We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc39ce2 commit 1c7ecfdCopy full SHA for 1c7ecfd
src/tests/units/load-test.r3
@@ -55,6 +55,11 @@ Rebol [
55
===end-group===
56
57
===start-group=== "Load issues/wishes"
58
+ --test-- "load UTF8 string from binary with BOM"
59
+ ;@@ https://github.com/red/red/issues/5000
60
+ --assert "3" = load #{223322}
61
+ --assert "3" = load #{EFBBBF223322}
62
+
63
--test-- "Load of a block!"
64
;@@ https://github.com/Oldes/Rebol-issues/issues/691
65
--assert block? b: load ["print 'hello" "print 'there"]
0 commit comments