Prefix format annotation for negative numbers

This commit is contained in:
Ulf Norell
2019-11-18 11:55:04 +01:00
parent f42353b300
commit 49f9ef955f
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ encode_decode_sophia_test() ->
Other -> Other
end end,
ok = Check("int", "42"),
ok = Check("int", "-42"),
ok = Check("int", "- 42"),
ok = Check("bool", "true"),
ok = Check("bool", "false"),
ok = Check("string", "\"Hello\""),