summaryrefslogtreecommitdiff
path: root/tests3/data/spec-10-07.canonical
diff options
context:
space:
mode:
Diffstat (limited to 'tests3/data/spec-10-07.canonical')
-rw-r--r--tests3/data/spec-10-07.canonical16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests3/data/spec-10-07.canonical b/tests3/data/spec-10-07.canonical
deleted file mode 100644
index ec74230..0000000
--- a/tests3/data/spec-10-07.canonical
+++ /dev/null
@@ -1,16 +0,0 @@
-%YAML 1.1
----
-!!map {
- ? !!null ""
- : !!str "value",
- ? !!str "explicit key"
- : !!str "value",
- ? !!str "simple key"
- : !!str "value",
- ? !!seq [
- !!str "collection",
- !!str "simple",
- !!str "key"
- ]
- : !!str "value"
-}