aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ext_depends/D-YAML/test/spec 1.1/spec-09-26.yaml
blob: 448fcf02072cf6c1dc7ebfd440430f1b17e1dee2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
%YAML 1.1
---
- name: spec-09-26
  yaml: "|\n \n  \n  literal\n \n  text\n\n # Comment\n"
  tree: |
    +STR
      +DOC
        =VAL |\n\nliteral\n\ntext\n
      -DOC
    -STR
- name: spec-09-26-canonical
  yaml: |
    %YAML 1.1
    ---
    !!str "\n\nliteral\n\ntext\n"
  tree: |
    +STR
      +DOC ---
        =VAL <tag:yaml.org,2002:str> "\n\nliteral\n\ntext\n
      -DOC
    -STR