diff options
Diffstat (limited to 'src/ext_depends/D-YAML/examples/yaml_stats/small.yaml')
-rw-r--r-- | src/ext_depends/D-YAML/examples/yaml_stats/small.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ext_depends/D-YAML/examples/yaml_stats/small.yaml b/src/ext_depends/D-YAML/examples/yaml_stats/small.yaml new file mode 100644 index 0000000..4f5c0ea --- /dev/null +++ b/src/ext_depends/D-YAML/examples/yaml_stats/small.yaml @@ -0,0 +1,4 @@ +- 1 +- 2 : 'a' + 3 : 'b' +- 4 : [1.0, 2.1, 3.2] |