From 39dceba25851f3c9db32082f6217fbb2b7d6fc39 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sat, 5 Mar 2016 20:48:20 +0000 Subject: tests: Add extra tests for util.json --- tests/json/pass3.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/json/pass3.json (limited to 'tests/json/pass3.json') diff --git a/tests/json/pass3.json b/tests/json/pass3.json new file mode 100644 index 00000000..4528d51f --- /dev/null +++ b/tests/json/pass3.json @@ -0,0 +1,6 @@ +{ + "JSON Test Pattern pass3": { + "The outermost value": "must be an object or array.", + "In this test": "It is an object." + } +} -- cgit v1.2.3