Commit 9782efb
fix: use unsigned helper _u64 for BOOLEAN in golden-byte test
The golden-byte test used _i64(1) (signed int64) for BOOLEAN True, but
the production code uses encode_uint64 (unsigned). The wire bytes are
identical for value 1, but using _u64 correctly documents the encoding.
Closes #144
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 5e4d4df commit 9782efb
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
| 225 | + | |
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| |||
0 commit comments