Index: branches/pyyaml3000/tests/data/spec-08-09.canonical
===================================================================
--- branches/pyyaml3000/tests/data/spec-08-09.canonical	(revision 38)
+++ branches/pyyaml3000/tests/data/spec-08-09.canonical	(revision 42)
@@ -11,11 +11,11 @@
         : !!str "some text"
   } },
-  ? !!str "collections": : !!map {
+  ? !!str "collections" : !!map {
     ? !!str "sequence" : !!seq [
-      ? !!str "entry",
-      : !!map {
+      !!str "entry",
+      !!map {
         ? !!str "key" : !!str "value"
     } ],
-    ? !!str "mapping": : !!map {
+    ? !!str "mapping" : !!map {
       ? !!str "key" : !!str "value"
 } } }
