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