Skip to content

Commit db54adb

Browse files
committed
1 parent a7d02da commit db54adb

File tree

2 files changed

+1035
-0
lines changed

2 files changed

+1035
-0
lines changed

src/tests/units/codecs-test.r3

+8
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,14 @@ Rebol [
110110
--assert "12" = load save %tmp.txt #{3132}
111111
--assert #{3132} = load save %tmp.reb #{3132}
112112

113+
--test-- "loading a binary longer than 32262 bytes"
114+
;@@ https://github.com/Oldes/Rebol-issues/issues/1677
115+
--assert 32733 = length? do %units/files/issue-1677.txt
116+
--assert 32733 = length? do bin: read %units/files/issue-1677.txt
117+
write %tmp.reb bin
118+
--assert 32733 = length? do %tmp.reb
119+
120+
113121
delete %tmp.txt
114122
delete %tmp.reb
115123

0 commit comments

Comments
 (0)