Skip to content

Commit 9d619ac

Browse files
committed
1 parent fbdab85 commit 9d619ac

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/tests/units/parse-test.r3

+7
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,13 @@ Rebol [
102102
--assert parse [x][set val pos: word!]
103103
--assert pos = [x]
104104

105+
--test-- "issue-1938"
106+
;@@ https://github.com/Oldes/Rebol-issues/issues/1938
107+
--assert parse "a" reduce [charset "a"]
108+
--assert parse/case "a" reduce [charset "a"]
109+
--assert parse "A" reduce [charset "a"]
110+
--assert not parse/case "A" reduce [charset "a"]
111+
105112
===end-group===
106113

107114
~~~end-file~~~

0 commit comments

Comments
 (0)