aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ext_depends/D-YAML/test/spec 1.1/spec-09-02.yaml
blob: 07374113e2801ea609b8889f086e94e27863b953 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
%YAML 1.1
---
- name: spec-09-02
  yaml: " \"as space\t\n trimmed \n\n specific\L\n escaped\t\\\P \n none\"\n"
- name: spec-09-02-canonical
  yaml: |
    %YAML 1.1
    ---
    !!str "as space \
      trimmed\n\
      specific\L\n\
      escaped\t\n\
      none"
  # FIXME
  # tree: |
  #   +STR
  #     +DOC ---
  #       =VAL <tag:yaml.org,2002:str> "as space trimmed\nspecific\L\nescaped\t\nnone
  #     -DOC
  #   -STR