mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-31 20:00:09 +00:00
encoding/cbor: deterministically store bit sets as big endian
This commit is contained in:
@@ -251,7 +251,7 @@ test_marshalling :: proc(t: ^testing.T) {
|
||||
],
|
||||
"cstr": "Hellnope",
|
||||
"ennie": 0,
|
||||
"ennieb": 2,
|
||||
"ennieb": 512,
|
||||
"iamint": -256,
|
||||
"important": "!",
|
||||
"my_bytes": h'',
|
||||
|
||||
Reference in New Issue
Block a user