From 3ab8959669be3bd7232a8aa1859eb651fcdf05b3 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 1 May 2021 18:39:05 +0100 Subject: Error on bad cast of named type --- test/fixtures/json/bad/wrong_type.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/fixtures/json/bad/wrong_type.json (limited to 'test') diff --git a/test/fixtures/json/bad/wrong_type.json b/test/fixtures/json/bad/wrong_type.json new file mode 100644 index 0000000..777d791 --- /dev/null +++ b/test/fixtures/json/bad/wrong_type.json @@ -0,0 +1,5 @@ +{ + "ptr": { + "@typeid": "SubObject" + } +} -- cgit v1.2.3