We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 896a050 commit 6395779Copy full SHA for 6395779
src/tests/units/lexer-test.r3
@@ -43,6 +43,15 @@ Rebol [
43
44
===end-group===
45
46
+
47
+===start-group=== "Char"
48
+ --test-- {#"^(1)"}
49
+ --assert #"^A" = load {#"^(1)"} ;@@ https://github.com/Oldes/Rebol-issues/issues/52
50
+ --assert #"^A" = load {#"^(01)"}
51
52
+===end-group===
53
54
55
===start-group=== "SIGN before POUND char (issue #2319)"
56
;@@ https://github.com/rebol/rebol-issues/issues/2319
57
--test-- "sign-before-pound-1" --assert [- #"a"] = (load {-#"a"})
0 commit comments