aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ext_depends/D-YAML/test/spec 1.1/spec-02-04.yaml
blob: 2dbe91d9097fc54aed636cbc7546ef0d934f424a (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
32
33
34
35
%YAML 1.1
---
- name: spec-02-04
  tree: |
      +STR
       +DOC
        +SEQ
         +MAP
          =VAL :name
          =VAL :Mark McGwire
          =VAL :hr
          =VAL :65
          =VAL :avg
          =VAL :0.278
         -MAP
         +MAP
          =VAL :name
          =VAL :Sammy Sosa
          =VAL :hr
          =VAL :63
          =VAL :avg
          =VAL :0.288
         -MAP
        -SEQ
       -DOC
      -STR
  yaml: |
    -
      name: Mark McGwire
      hr:   65
      avg:  0.278
    -
      name: Sammy Sosa
      hr:   63
      avg:  0.288