@@ -36,7 +36,7 @@ test$("karm-ref-uuid-v1") {
3636}
3737
3838test$(" karm-ref-uuid-bytes" ) {
39- Array<u8 , 16 > uuidByteArray = {0x5f ,0xb3 ,0x61 ,0x0d ,0x8c ,0xea ,0x4f ,0xec ,0x86 ,0x4e ,0x58 ,0xe9 ,0xf9 ,0xc9 ,0x81 ,0x4d };
39+ Array<u8 , 16 > uuidByteArray = {0x5f , 0xb3 , 0x61 , 0x0d , 0x8c , 0xea , 0x4f , 0xec , 0x86 , 0x4e , 0x58 , 0xe9 , 0xf9 , 0xc9 , 0x81 , 0x4d };
4040 auto uuid = " 5fb3610d-8cea-4fec-864e-58e9f9c9814d" _uuid;
4141 expectEq$(uuid.bytes (), bytes (uuidByteArray));
4242 expectEq$(uuid.version (), 4 );
@@ -45,7 +45,7 @@ test$("karm-ref-uuid-bytes") {
4545}
4646
4747test$(" karm-ref-guid-bytes" ) {
48- Array<u8 , 16 > guidByteArray = {0x0d ,0x61 ,0xb3 ,0x5f ,0xea ,0x8c ,0xec ,0x4f ,0x86 ,0x4e ,0x58 ,0xe9 ,0xf9 ,0xc9 ,0x81 ,0x4d };
48+ Array<u8 , 16 > guidByteArray = {0x0d , 0x61 , 0xb3 , 0x5f , 0xea , 0x8c , 0xec , 0x4f , 0x86 , 0x4e , 0x58 , 0xe9 , 0xf9 , 0xc9 , 0x81 , 0x4d };
4949 auto guid = " 5fb3610d-8cea-4fec-864e-58e9f9c9814d" _guid;
5050 expectEq$(guid.bytes (), bytes (guidByteArray));
5151 expectEq$(guid.version (), 4 );
0 commit comments