Skip to content

Commit

Permalink
TEST: issue Oldes/Rebol-issues#52
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Mar 6, 2020
1 parent 896a050 commit 6395779
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/tests/units/lexer-test.r3
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@ Rebol [

===end-group===


===start-group=== "Char"
--test-- {#"^(1)"}
--assert #"^A" = load {#"^(1)"} ;@@ https://github.com/Oldes/Rebol-issues/issues/52
--assert #"^A" = load {#"^(01)"}

===end-group===


===start-group=== "SIGN before POUND char (issue #2319)"
;@@ https://github.com/rebol/rebol-issues/issues/2319
--test-- "sign-before-pound-1" --assert [- #"a"] = (load {-#"a"})
Expand Down

0 comments on commit 6395779

Please sign in to comment.