lib/core: remove uses of Byte for Text
[nit.git] / lib / msgpack / msgpack.nit
index 929c330..84f5f79 100644 (file)
 #
 # ~~~
 # assert 0x01u8.serialize_msgpack                   == b"\xD4\x7E\x01"
-# assert b"\xD4\x7E\x01".deserialize_msgpack == 0x01u8
+# assert b"\xD4\x7E\x01".deserialize_msgpack == 1
 # ~~~
 #
 # ## Full objects