Update tests.

This commit is contained in:
chriseth
2020-07-20 15:40:58 +02:00
parent 53bc0ff18e
commit 0a25370eeb
29 changed files with 59 additions and 3 deletions
@@ -15,6 +15,8 @@ contract C {
return "\u0024\u00A2\u20AC";
}
}
// ====
// compileViaYul: also
// ----
// oneByteUTF8() -> 0x20, 7, "aaa$aaa"
// twoBytesUTF8() -> 0x20, 8, "aaa\xc2\xa2aaa"
@@ -3,5 +3,7 @@ contract C {
return "😃, 😭, and 😈";
}
}
// ====
// compileViaYul: also
// ----
// f() -> 0x20, 0x14, "\xf0\x9f\x98\x83, \xf0\x9f\x98\xad, and \xf0\x9f\x98\x88"