Index: branches/pyyaml3000/tests/test_appliance.py
===================================================================
--- branches/pyyaml3000/tests/test_appliance.py	(revision 47)
+++ branches/pyyaml3000/tests/test_appliance.py	(revision 48)
@@ -252,6 +252,8 @@
                 start = self.index
             elif self.data[self.index] == u'\n':
+                chunks.append(self.data[start:self.index])
                 chunks.append(u' ')
                 self.index += 1
+                start = self.index
                 ignore_spaces = True
             elif ignore_spaces and self.data[self.index] == u' ':
