diff options
Diffstat (limited to 'src/ext_depends/D-YAML/test/data/construct-custom.data')
-rw-r--r-- | src/ext_depends/D-YAML/test/data/construct-custom.data | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ext_depends/D-YAML/test/data/construct-custom.data b/src/ext_depends/D-YAML/test/data/construct-custom.data new file mode 100644 index 0000000..f17e4ed --- /dev/null +++ b/src/ext_depends/D-YAML/test/data/construct-custom.data @@ -0,0 +1,7 @@ +--- +- !tag1 + x: 1 + 'y': 2 + z: 3 +- !tag2 + 10 |