We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97334b0 commit ff94657Copy full SHA for ff94657
src/tests/units/files/bug-load-null.r3
@@ -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