From fc8c9a6c7bec176299915c6adab120e1bf2ea4e9 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 1 May 2021 17:28:44 +0100 Subject: Lots of test cases, few minor fixes --- test/fixtures/json/bad/unexp_bool.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/fixtures/json/bad/unexp_bool.json (limited to 'test/fixtures/json/bad/unexp_bool.json') diff --git a/test/fixtures/json/bad/unexp_bool.json b/test/fixtures/json/bad/unexp_bool.json new file mode 100644 index 0000000..85a4bd1 --- /dev/null +++ b/test/fixtures/json/bad/unexp_bool.json @@ -0,0 +1,3 @@ +{ + "str": true +} -- cgit v1.2.3