Changeset 48 for branches/pyyaml3000/tests/test_appliance.py
- Timestamp:
- 02/18/06 18:52:18 (7 years ago)
- File:
-
- 1 edited
-
branches/pyyaml3000/tests/test_appliance.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pyyaml3000/tests/test_appliance.py
r47 r48 252 252 start = self.index 253 253 elif self.data[self.index] == u'\n': 254 chunks.append(self.data[start:self.index]) 254 255 chunks.append(u' ') 255 256 self.index += 1 257 start = self.index 256 258 ignore_spaces = True 257 259 elif ignore_spaces and self.data[self.index] == u' ':
Note: See TracChangeset
for help on using the changeset viewer.
