Changes between Initial Version and Version 2 of Ticket #28
- Timestamp:
- 09/17/06 04:13:48 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28
- Property Status changed from new to closed
- Property Resolution changed from to worksforme
-
Ticket #28 – Description
initial v2 1 1 The following fails because the trailing space is dropped. I don't know if this is incorrect dumping (should've quoted), loading (should not have ignored the space), or even both. 2 2 {{{ 3 #!python 3 4 s = 'abc ' 4 5 assert syck.load( syck.dump(s) ) == s 6 }}}
