Index: branches/pyyaml3000/tests/data/spec-08-01.canonical
===================================================================
--- branches/pyyaml3000/tests/data/spec-08-01.canonical	(revision 38)
+++ branches/pyyaml3000/tests/data/spec-08-01.canonical	(revision 42)
@@ -4,5 +4,5 @@
   ? &A1 !!str "foo"
   : !!str "bar",
-  ? !!str &A2 "baz"
-  : *a1
+  ? &A2 !!str "baz"
+  : *A1
 }
