Skip to content

Commit 48ac5c7

Browse files
committed
1 parent a2b1a40 commit 48ac5c7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/tests/units/parse-test.r3

+10
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,16 @@ Rebol [
4444
===end-group===
4545

4646

47+
===start-group=== "NOT"
48+
--test-- "not not"
49+
;@@ https://github.com/Oldes/Rebol-issues/issues/1246
50+
--assert parse "1" [not not "1" "1"]
51+
--assert parse "1" [not [not "1"] "1"]
52+
--assert not parse "" [not 0 "a"]
53+
--assert not parse "" [not [0 "a"]]
54+
===end-group===
55+
56+
4757
===start-group=== "THEN"
4858
--test-- "then"
4959
;@@ https://github.com/Oldes/Rebol-issues/issues/1394

0 commit comments

Comments
 (0)