Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Jul 23, 2021
1 parent 81746f6 commit b150eb9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/tests/units/parse-test.r3
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,13 @@ Rebol [
;@@ https://github.com/Oldes/Rebol-issues/issues/1614
--assert not parse "a b c" ["a" "b" "c"]

--test-- "issue-1068"
;@@ https://github.com/Oldes/Rebol-issues/issues/1068
foreach x [[a b] (a b) a/b 'a/b :a/b a/b:] [
parse x [y:]
--assert same? x y
]

===end-group===

~~~end-file~~~

0 comments on commit b150eb9

Please sign in to comment.