aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ext_depends/D-YAML/test/spec 1.1/spec-05-14.yaml
blob: 9665fa935d2d84477690c885e87e91edf403ec54 (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-14
  yaml: |
    "Fun with \\
     \" \a \b \e \f \
     \n \r \t \v \0 \     \  \_ \N \L \P \     \x41 \u0041 \U00000041"
- name: spec-05-14-canonical
  yaml: |
    %YAML 1.1
    ---
    "Fun with \x5C
     \x22 \x07 \x08 \x1B \x0C
     \x0A \x0D \x09 \x0B \x00
     \x20 \xA0 \x85 \u2028 \u2029
     A A A"
  # FIXME
  # tree: |
  #   +STR
  #     +DOC ---
  #       =VAL "Fun with \\ " \a \b \e \f \n \r \t \v \0   \_ \N \L \P A A A
  #     -DOC
  #   -STR