Index: branches/pyyaml3000/tests/data/spec-09-24.canonical
===================================================================
--- branches/pyyaml3000/tests/data/spec-09-24.canonical	(revision 38)
+++ branches/pyyaml3000/tests/data/spec-09-24.canonical	(revision 42)
@@ -1,5 +1,5 @@
 %YAML 1.1
 ---
-!!seq [
+!!map {
   ? !!str "strip"
   : !!str "",
@@ -8,3 +8,3 @@
   ? !!str "keep"
   : !!str "\n",
-]
+}
