Allow negative literals in calldata and result

This commit is contained in:
Hans Svensson
2019-06-03 09:08:53 +02:00
parent 758fecbb9b
commit bb4ef61a50
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -62,6 +62,7 @@ encode_decode_sophia_test() ->
Other -> Other
end end,
ok = Check("int", "42"),
ok = Check("int", "-42"),
ok = Check("bool", "true"),
ok = Check("bool", "false"),
ok = Check("string", "\"Hello\""),