Skip to content

Commit 97974e8

Browse files
committed
1 parent 102488d commit 97974e8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/tests/units/lexer-test.r3

+7
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ Rebol [
3737
e/id = 'invalid
3838
]
3939

40+
--test-- "Invalid time"
41+
;@@ https://github.com/Oldes/Rebol-issues/issues/698
42+
--assert all [
43+
error? e: try [load {--1:23}]
44+
e/id = 'invalid
45+
]
46+
4047
===end-group===
4148

4249
===start-group=== "Email"

0 commit comments

Comments
 (0)