We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ed43b4 commit 7dfe1afCopy full SHA for 7dfe1af
src/tests/units/lexer-test.r3
@@ -20,6 +20,10 @@ do %../quick-test.r3
20
;above is now consistent with:
21
--test-- "sign-before-string" --assert [- "a"] = (load {-"a"})
22
--test-- "sign-before-block" --assert [- []] = (load {-[]})
23
+ ;and can be used correctly in charsets
24
+ --test-- "lexer-charset-with-tight-range"
25
+ --assert "make bitset! #{0000000000000000000000007FFFFFE0}" = mold charset [#"a"-#"z"] ;this failed before fix of #2319
26
+ --assert "make bitset! #{0000000000000000000000007FFFFFE0}" = mold charset [#"a" - #"z"]
27
28
===end-group===
29
0 commit comments