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