From 83a501ea0e93f09425c04af8c76d1ebba842fdca Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 1 May 2021 19:13:38 +0100 Subject: Test case for named type not existing --- test/fixtures/json/bad_type.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/fixtures/json/bad_type.json (limited to 'test/fixtures/json') diff --git a/test/fixtures/json/bad_type.json b/test/fixtures/json/bad_type.json new file mode 100644 index 0000000..f316bd1 --- /dev/null +++ b/test/fixtures/json/bad_type.json @@ -0,0 +1,3 @@ +{ + "@typeid": "no such type" +} -- cgit v1.2.3