lean4-htt/tests/lean/json.lean.expected.out
Joe Hendrix ffef5635bb fix: Json.num
Handle negative numbers correctly.
2021-02-18 13:27:31 +01:00

17 lines
451 B
Text

"null"
"false"
"true"
"0.0000123456"
"-1000000"
"\"\""
"\"abc\""
"[true, 123, \"foo\", []]"
"{\"e\": [{}], \"d\": {\"foo\": \"bar\"}, \"c\": null, \"b\": \"foo\", \"a\": 1.2}"
"offset 7: unexpected character in array"
"offset 1: unexpected end of input"
"offset 0: unexpected input"
"offset 1: unexpected end of input"
"offset 1: unexpected end of input"
"offset 2: unexpected end of input"
"offset 1: expected \""
"offset 3: unexpected end of input"