aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ext_depends/D-YAML/test/spec 1.1/spec-02-03.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext_depends/D-YAML/test/spec 1.1/spec-02-03.yaml')
-rw-r--r--src/ext_depends/D-YAML/test/spec 1.1/spec-02-03.yaml31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/ext_depends/D-YAML/test/spec 1.1/spec-02-03.yaml b/src/ext_depends/D-YAML/test/spec 1.1/spec-02-03.yaml
new file mode 100644
index 0000000..9bb0dde
--- /dev/null
+++ b/src/ext_depends/D-YAML/test/spec 1.1/spec-02-03.yaml
@@ -0,0 +1,31 @@
+%YAML 1.1
+---
+- name: spec-02-03
+ tree: |
+ +STR
+ +DOC
+ +MAP
+ =VAL :american
+ +SEQ
+ =VAL :Boston Red Sox
+ =VAL :Detroit Tigers
+ =VAL :New York Yankees
+ -SEQ
+ =VAL :national
+ +SEQ
+ =VAL :New York Mets
+ =VAL :Chicago Cubs
+ =VAL :Atlanta Braves
+ -SEQ
+ -MAP
+ -DOC
+ -STR
+ yaml: |
+ american:
+ - Boston Red Sox
+ - Detroit Tigers
+ - New York Yankees
+ national:
+ - New York Mets
+ - Chicago Cubs
+ - Atlanta Braves