We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c39c8 commit d75b611Copy full SHA for d75b611
DynamoDbEncryption/dafny/DynamoDbEncryption/test/DynamoToStruct.dfy
@@ -384,7 +384,7 @@ module DynamoToStructTest {
384
0,0,0,1, // 1st entry is 1 byte
385
0x26, // "&" in UTF-8 encoding
386
0,0,0,4, // 2nd entry is 4 bytes
387
- 0xF0,0x90,0x80,0x82, // "\ud800\udc02" in UTF-8 encoding
+ 0xF0,0x90,0x80,0x82, // "𐀂" in UTF-8 encoding
388
0,0,0,3, // 3rd entry is 3 bytes
389
0xEF,0xBD,0xA1 // "。" in UTF-8 encoding
390
],
@@ -507,7 +507,7 @@ module DynamoToStructTest {
507
0x26, // "&" UTF-8 encoded
508
0,0, 0,0,0,0, // null value
509
0,1, 0,0,0,4, // 2nd key is a string 4 bytes long
510
- 0xF0, 0x90, 0x80, 0x82, // "\ud800\udc02" UTF-8 encoded
+ 0xF0, 0x90, 0x80, 0x82, // "𐀂" UTF-8 encoded
511
512
0,1, 0,0,0,3, // 3rd key is a string 3 bytes long
513
0xEF, 0xBD, 0xA1, // "。"
0 commit comments