Index: branches/pyyaml3000/tests/data/spec-09-30.canonical
===================================================================
--- branches/pyyaml3000/tests/data/spec-09-30.canonical	(revision 38)
+++ branches/pyyaml3000/tests/data/spec-09-30.canonical	(revision 44)
@@ -1,9 +1,7 @@
 %YAML 1.1
 ---
-!!seq [
-  !!str "folded line\n\
-        next line\n\
-        \  * bullet\n\
-        \  * list\n\
-        last line\n"
-]
+!!str "folded line\n\
+      next line\n\
+      \  * bullet\n\
+      \  * list\n\
+      last line\n"
