Fix numeric escapes

This commit is contained in:
Hans Svensson
2019-09-12 21:17:01 +02:00
parent 313c140c58
commit f34b6ed982
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -15,3 +15,5 @@ contract BasicAuth =
entrypoint to_sign(h : hash, n : int) =
Crypto.blake2b((h, n))
entrypoint weird_string() : string =
"\x19Weird String\x42\nMore\n"