We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a9db60 commit 986f87bCopy full SHA for 986f87b
src/tests/units/lexer-test.r3
@@ -79,6 +79,10 @@ Rebol [
79
;@@ https://github.com/Oldes/Rebol-issues/issues/863
80
--assert all [error? e: try [load {#[path! [0]]}] e/id = 'malconstruct]
81
82
+ --test-- "Invalid file"
83
+ ;@@ https://github.com/Oldes/Rebol-issues/issues/1415
84
+ --assert all [error? e: try [load {%^^}] e/id = 'invalid]
85
+
86
===end-group===
87
88
===start-group=== "Special % word"
src/tests/units/mold-test.r3
@@ -211,6 +211,8 @@ Rebol [
211
f2: try [load mold f1: append copy %a to char! i]
212
--assert f1 == f2
213
]
214
215
+ --assert "%%5E" == mold to-file "^^"
216
217
218
0 commit comments