Skip to content

Commit d75b611

Browse files
author
Lucas McDonald
committed
m
1 parent a0c39c8 commit d75b611

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DynamoDbEncryption/dafny/DynamoDbEncryption/test/DynamoToStruct.dfy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ module DynamoToStructTest {
384384
0,0,0,1, // 1st entry is 1 byte
385385
0x26, // "&" in UTF-8 encoding
386386
0,0,0,4, // 2nd entry is 4 bytes
387-
0xF0,0x90,0x80,0x82, // "\ud800\udc02" in UTF-8 encoding
387+
0xF0,0x90,0x80,0x82, // "𐀂" in UTF-8 encoding
388388
0,0,0,3, // 3rd entry is 3 bytes
389389
0xEF,0xBD,0xA1 // "。" in UTF-8 encoding
390390
],
@@ -507,7 +507,7 @@ module DynamoToStructTest {
507507
0x26, // "&" UTF-8 encoded
508508
0,0, 0,0,0,0, // null value
509509
0,1, 0,0,0,4, // 2nd key is a string 4 bytes long
510-
0xF0, 0x90, 0x80, 0x82, // "\ud800\udc02" UTF-8 encoded
510+
0xF0, 0x90, 0x80, 0x82, // "𐀂" UTF-8 encoded
511511
0,0, 0,0,0,0, // null value
512512
0,1, 0,0,0,3, // 3rd key is a string 3 bytes long
513513
0xEF, 0xBD, 0xA1, // "。"

0 commit comments

Comments
 (0)