From f1e2bfe81083c4ee9aa82a70e5f5fe831c81857c Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 1 May 2021 19:15:55 +0100 Subject: Name, rather than number, shared_ptr tests --- test/fixtures/json/shared_ptr_same.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/fixtures/json/shared_ptr_same.json (limited to 'test/fixtures/json/shared_ptr_same.json') diff --git a/test/fixtures/json/shared_ptr_same.json b/test/fixtures/json/shared_ptr_same.json new file mode 100644 index 0000000..4115493 --- /dev/null +++ b/test/fixtures/json/shared_ptr_same.json @@ -0,0 +1,8 @@ +{ + "@typeid": "SharedTestObject", + "sptr": { + "@typeid": "SubObject", + "@id": "someid" + }, + "ssptr": "someid" +} -- cgit v1.2.3