aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ext_depends/D-YAML/test/spec 1.1/spec-07-01.yaml
blob: b8bd3ac710ca9340452d6ef7955b01f910eb4f15 (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-07-01
  yaml: |
    %FOO  bar baz # Should be ignored
                   # with a warning.
    --- "foo"
  tree: |
    +STR
      +DOC ---
        =VAL "foo
      -DOC
    -STR
- name: spec-07-01-canonical
  yaml: |
    %YAML 1.1
    --- !!str
    "foo"
  tree: |
    +STR
      +DOC ---
        =VAL <tag:yaml.org,2002:str> "foo
      -DOC
    -STR