aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ext_depends/D-YAML/test/spec 1.1/spec-05-14.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext_depends/D-YAML/test/spec 1.1/spec-05-14.yaml')
-rw-r--r--src/ext_depends/D-YAML/test/spec 1.1/spec-05-14.yaml23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/ext_depends/D-YAML/test/spec 1.1/spec-05-14.yaml b/src/ext_depends/D-YAML/test/spec 1.1/spec-05-14.yaml
new file mode 100644
index 0000000..9665fa9
--- /dev/null
+++ b/src/ext_depends/D-YAML/test/spec 1.1/spec-05-14.yaml
@@ -0,0 +1,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