File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ register-codec [
130
130
sys/log/error 'ZIP ["CRC check failed!" crc "<>" crc2]
131
131
]
132
132
]
133
- repend result [name reduce [modified crc data]]
133
+ repend result [name reduce [modified data crc ]]
134
134
]
135
135
136
136
if only [
Original file line number Diff line number Diff line change @@ -228,8 +228,8 @@ if find codecs 'zip [
228
228
229
229
--test-- "Decode ZIP using the codec directly"
230
230
--assert block? data: codecs/zip/decode/only %units/files/test.aar [%classes.jar ]
231
- --assert data/2/2 = 646121705
232
- --assert block? codecs/zip/decode data/2/3
231
+ --assert data/2/3 = 646121705
232
+ --assert block? codecs/zip/decode data/2/2
233
233
234
234
--test-- "Decode ZIP using info"
235
235
bin: read %units/files/test-lzma.zip
@@ -251,7 +251,7 @@ if find codecs 'zip [
251
251
--assert all [
252
252
data/1 = %empty-folder/
253
253
data/3 = %file-1
254
- data/4/3 = #{ 48656C6C6F21 }
254
+ data/4/2 = #{ 48656C6C6F21 }
255
255
data/5 = %file-2
256
256
data/9 = %folder/file-4
257
257
data/10/1 = 1-Jan-2021/0:00
You can’t perform that action at this time.
0 commit comments