aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ext_depends/D-YAML/test/spec 1.1/spec-02-25.yaml
blob: 85ac7d8031adeed0e47cc001d761d58d57721dd7 (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
%YAML 1.1
---
- name: spec-02-25
  tree: |
    +STR
    +DOC ---
    +MAP <tag:yaml.org,2002:set>
    =VAL :Mark McGwire
    =VAL :
    =VAL :Sammy Sosa
    =VAL :
    =VAL :Ken Griff
    =VAL :
    -MAP
    -DOC
    -STR
  yaml: |
    # sets are represented as a
    # mapping where each key is
    # associated with the empty string
    --- !!set
    ? Mark McGwire
    ? Sammy Sosa
    ? Ken Griff