Skip to content

Commit 1c7ecfd

Browse files
committed
TEST: load UTF8 string from binary with BOM
1 parent fc39ce2 commit 1c7ecfd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/tests/units/load-test.r3

+5
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ Rebol [
5555
===end-group===
5656

5757
===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+
5863
--test-- "Load of a block!"
5964
;@@ https://github.com/Oldes/Rebol-issues/issues/691
6065
--assert block? b: load ["print 'hello" "print 'there"]

0 commit comments

Comments
 (0)