summaryrefslogtreecommitdiff
path: root/tests3/data/spec-05-04.canonical
diff options
context:
space:
mode:
Diffstat (limited to 'tests3/data/spec-05-04.canonical')
-rw-r--r--tests3/data/spec-05-04.canonical13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests3/data/spec-05-04.canonical b/tests3/data/spec-05-04.canonical
deleted file mode 100644
index 00c9723..0000000
--- a/tests3/data/spec-05-04.canonical
+++ /dev/null
@@ -1,13 +0,0 @@
-%YAML 1.1
----
-!!map {
- ? !!str "sequence"
- : !!seq [
- !!str "one", !!str "two"
- ],
- ? !!str "mapping"
- : !!map {
- ? !!str "sky" : !!str "blue",
- ? !!str "sea" : !!str "green",
- }
-}