aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ext_depends/D-YAML/test/spec 1.1/spec-07-04.yaml
blob: e4abb19df05bd73aa87bd50a8c80c70d59af7b6f (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-04
  yaml: |
    %TAG !yaml! tag:yaml.org,2002:
    ---
    !yaml!str "foo"
  tree: |
    +STR
      +DOC ---
        =VAL <tag:yaml.org,2002:str> "foo
      -DOC
    -STR
- name: spec-07-04-canonical
  yaml: |
    %YAML 1.1
    ---
    !!str "foo"
  tree: |
    +STR
      +DOC ---
        =VAL <tag:yaml.org,2002:str> "foo
      -DOC
    -STR