aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/pyyaml/spec-09-20.canonical
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources/pyyaml/spec-09-20.canonical')
-rw-r--r--src/test/resources/pyyaml/spec-09-20.canonical8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/test/resources/pyyaml/spec-09-20.canonical b/src/test/resources/pyyaml/spec-09-20.canonical
new file mode 100644
index 00000000..d03bef51
--- /dev/null
+++ b/src/test/resources/pyyaml/spec-09-20.canonical
@@ -0,0 +1,8 @@
+%YAML 1.1
+---
+!!seq [
+ !!str "detected\n",
+ !!str "\n\n# detected\n",
+ !!str " explicit\n",
+ !!str "\t\ndetected\n",
+]