Skip to content

Commit ff94657

Browse files
committed
TEST: adding missing test file for the previous commit
1 parent 97334b0 commit ff94657

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Rebol [title: "Test script"]
2+
3+
data: transcode sys/read-decode %tmp.data none
4+
either find data/2 #"^@" [
5+
prin "NULL found! Test FAILED!"
6+
][ prin "Test OK"]

0 commit comments

Comments
 (0)