aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ext_depends/D-YAML/test/spec 1.1/spec-02-18.yaml
blob: 96227cf39773c67ca50267177f2b18d321503514 (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-02-18
  tree: |
    +STR
    +DOC
    +MAP
    =VAL :plain
    =VAL :This unquoted scalar spans many lines.
    =VAL :quoted
    =VAL "So does this quoted scalar.\n
    -MAP
    -DOC
    -STR
  yaml: |
    plain:
      This unquoted scalar
      spans many lines.

    quoted: "So does this
      quoted scalar.\n"