summaryrefslogtreecommitdiff
path: root/test/fixtures/json/shared_ptr_same.json
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-05-01 19:15:55 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2021-11-07 16:41:37 +0000
commitf1e2bfe81083c4ee9aa82a70e5f5fe831c81857c (patch)
tree29455c271aba357de91a096b03e00edca650ffec /test/fixtures/json/shared_ptr_same.json
parentTest case for named type not existing (diff)
downloadilt-f1e2bfe81083c4ee9aa82a70e5f5fe831c81857c.tar.bz2
ilt-f1e2bfe81083c4ee9aa82a70e5f5fe831c81857c.tar.xz
ilt-f1e2bfe81083c4ee9aa82a70e5f5fe831c81857c.zip
Name, rather than number, shared_ptr tests
Diffstat (limited to 'test/fixtures/json/shared_ptr_same.json')
-rw-r--r--test/fixtures/json/shared_ptr_same.json8
1 files changed, 8 insertions, 0 deletions
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"
+}