diff options
Diffstat (limited to 'src/ext_depends/D-YAML/test/spec 1.1/spec-02-26.yaml')
-rw-r--r-- | src/ext_depends/D-YAML/test/spec 1.1/spec-02-26.yaml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/ext_depends/D-YAML/test/spec 1.1/spec-02-26.yaml b/src/ext_depends/D-YAML/test/spec 1.1/spec-02-26.yaml new file mode 100644 index 0000000..852aa4f --- /dev/null +++ b/src/ext_depends/D-YAML/test/spec 1.1/spec-02-26.yaml @@ -0,0 +1,30 @@ +%YAML 1.1 +--- +- name: spec-02-26 + tree: | + +STR + +DOC --- + +SEQ <tag:yaml.org,2002:omap> + +MAP + =VAL :Mark McGwire + =VAL :65 + -MAP + +MAP + =VAL :Sammy Sosa + =VAL :63 + -MAP + +MAP + =VAL :Ken Griffy + =VAL :58 + -MAP + -SEQ + -DOC + -STR + yaml: | + # ordered maps are represented as + # a sequence of mappings, with + # each mapping having one key + --- !!omap + - Mark McGwire: 65 + - Sammy Sosa: 63 + - Ken Griffy: 58 |