lean4-htt/tests/lean/json.lean.expected.out
2022-08-11 13:27:37 -07:00

19 lines
460 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"
"2"
"-2"