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