Skip to content

Commit 2a13192

Browse files
committed
1 parent 499a93e commit 2a13192

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/tests/units/parse-test.r3

+5
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,11 @@ Rebol [
121121
--assert parse [x][set val pos: word!]
122122
--assert pos = [x]
123123

124+
--test-- "issue-2138"
125+
;@@ https://github.com/Oldes/Rebol-issues/issues/2138
126+
--assert not parse "test<a>" [ copy content to [<a>] ]
127+
--assert content = "test"
128+
124129
--test-- "issue-1938"
125130
;@@ https://github.com/Oldes/Rebol-issues/issues/1938
126131
--assert parse "a" reduce [charset "a"]

0 commit comments

Comments
 (0)