Skip to content

Commit

Permalink
TESTS: enhanced tests for issue 2319
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Sep 4, 2018
1 parent 5ed43b4 commit 7dfe1af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/tests/units/lexer-test.r3
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ do %../quick-test.r3
;above is now consistent with:
--test-- "sign-before-string" --assert [- "a"] = (load {-"a"})
--test-- "sign-before-block" --assert [- []] = (load {-[]})
;and can be used correctly in charsets
--test-- "lexer-charset-with-tight-range"
--assert "make bitset! #{0000000000000000000000007FFFFFE0}" = mold charset [#"a"-#"z"] ;this failed before fix of #2319
--assert "make bitset! #{0000000000000000000000007FFFFFE0}" = mold charset [#"a" - #"z"]

===end-group===

Expand Down

0 comments on commit 7dfe1af

Please sign in to comment.