aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ext_depends/D-YAML/test/spec 1.1/spec-06-08.yaml
blob: 05c3fbabc7ad8345fc5da843c1a58a1829d9fd19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
%YAML 1.1
---
- name: spec-06-08
  yaml: ">-\n  specific\L  trimmed\N  \N \N\N  as\N  space\n"
- name: spec-06-08-canonical
  yaml: |
    %YAML 1.1
    --- !!str
    "specific\L\
     trimmed\n\n\n\
     as space"
  # FIXME
  # tree: |
  #   +STR
  #     +DOC ---
  #       =VAL <tag:yaml.org,2002:str> "specific\Ltrimmed\n\n\nas space
  #     -DOC
  #   -STR