aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ext_depends/D-YAML/test/spec 1.1/spec-07-02.yaml
blob: 7d21c265310e96323d60d301e483de950ba63927 (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
%YAML 1.1
---
- name: spec-07-02
  yaml: |
    %YAML 1.2 # Attempt parsing
               # with a warning
    ---
    "foo"
  tree: |
    +STR
      +DOC ---
        =VAL "foo
      -DOC
    -STR
- name: spec-07-02-canonical
  yaml: |
    %YAML 1.1
    ---
    !!str "foo"
  tree: |
    +STR
      +DOC ---
        =VAL <tag:yaml.org,2002:str> "foo
      -DOC
    -STR