aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ext_depends/D-YAML/test/spec 1.1/spec-02-03.yaml
blob: 9bb0dde75a0317a1226f484470a0cd6a53df93da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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