summaryrefslogtreecommitdiff
path: root/test/fixtures
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-05-01 18:29:26 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2021-11-07 16:41:37 +0000
commit9923219ce7e1f791b079ecaf21cb20d0938f8d6a (patch)
treeb1bacec57623c81f19d361a23a4d6287b802199c /test/fixtures
parentLots of test cases, few minor fixes (diff)
downloadilt-9923219ce7e1f791b079ecaf21cb20d0938f8d6a.tar.bz2
ilt-9923219ce7e1f791b079ecaf21cb20d0938f8d6a.tar.xz
ilt-9923219ce7e1f791b079ecaf21cb20d0938f8d6a.zip
Common implementation for shared and unique pointers
Diffstat (limited to 'test/fixtures')
-rw-r--r--test/fixtures/json/shared_ptr3.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/fixtures/json/shared_ptr3.json b/test/fixtures/json/shared_ptr3.json
new file mode 100644
index 0000000..69f5e85
--- /dev/null
+++ b/test/fixtures/json/shared_ptr3.json
@@ -0,0 +1,8 @@
+{
+ "@typeid": "SharedTestObject",
+ "sptr": {
+ "@typeid": "SubObject",
+ "@id": "someid"
+ },
+ "ssptr": {}
+}