We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16a0cbe commit 6121a84Copy full SHA for 6121a84
src/mezz/mezz-save.reb
@@ -59,6 +59,7 @@ save: function [
59
header-data: any [
60
lib/all [
61
block? :value
62
+ block? value/1
63
first+ value ; the header (do not use TAKE)
64
]
65
[] ; empty header
src/tests/units/load-test.r3
@@ -128,6 +128,11 @@ Rebol [
128
20312E322031303A3230202274657374222075736572406578616D706C652E63
129
6F6D205B73756220626C6F636B5D0A}
130
--assert data = load bin
131
+
132
+ ;@@ https://github.com/Oldes/Rebol-issues/issues/1465
133
+ bin: save/header none [1] true
134
+ --assert bin = #{5245424F4C205B5D0A310A}
135
+ --assert 1 = load bin
136
===end-group===
137
138
0 commit comments