Skip to content

Commit

Permalink
TEST: load UTF8 string from binary with BOM
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Dec 16, 2021
1 parent fc39ce2 commit 1c7ecfd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/tests/units/load-test.r3
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ Rebol [
===end-group===

===start-group=== "Load issues/wishes"
--test-- "load UTF8 string from binary with BOM"
;@@ https://github.com/red/red/issues/5000
--assert "3" = load #{223322}
--assert "3" = load #{EFBBBF223322}

--test-- "Load of a block!"
;@@ https://github.com/Oldes/Rebol-issues/issues/691
--assert block? b: load ["print 'hello" "print 'there"]
Expand Down

0 comments on commit 1c7ecfd

Please sign in to comment.