Skip to content

Commit 986f87b

Browse files
committed
1 parent 1a9db60 commit 986f87b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/tests/units/lexer-test.r3

+4
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ Rebol [
7979
;@@ https://github.com/Oldes/Rebol-issues/issues/863
8080
--assert all [error? e: try [load {#[path! [0]]}] e/id = 'malconstruct]
8181

82+
--test-- "Invalid file"
83+
;@@ https://github.com/Oldes/Rebol-issues/issues/1415
84+
--assert all [error? e: try [load {%^^}] e/id = 'invalid]
85+
8286
===end-group===
8387

8488
===start-group=== "Special % word"

src/tests/units/mold-test.r3

+2
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,8 @@ Rebol [
211211
f2: try [load mold f1: append copy %a to char! i]
212212
--assert f1 == f2
213213
]
214+
;@@ https://github.com/Oldes/Rebol-issues/issues/1415
215+
--assert "%%5E" == mold to-file "^^"
214216

215217
===end-group===
216218

0 commit comments

Comments
 (0)