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 7d96dc0 commit a0c39c8Copy full SHA for a0c39c8
TestVectors/dafny/DDBEncryption/src/WriteManifest.dfy
@@ -222,7 +222,7 @@ module {:options "-functionSyntax:4"} WriteManifest {
222
const C : string := "\ufe4c" // "Ufe4c" <-> "﹌"
223
const D : string := "\u10001" // "U10001" <-> "𐀁" (surrogate pair: "\uD800\uDC01")
224
const E : string := "\u10002" // "U10002" <-> "𐀂" (same high surrogate as D: "\uD800\uDC02")
225
- const F : string := "\u20002" // "U20002" <-> "𠀂" (different high surrogate as D: "\D840\uDC02"
+ const F : string := "\u20002" // "U20002" <-> "𠀂" (different high surrogate as D: "\D840\uDC02")
226
227
lemma CheckLengths()
228
ensures |A| == 1
0 commit comments