Changes between Initial Version and Version 1 of Ticket #20364, comment 5
- Timestamp:
- May 12, 2013, 3:44:59 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20364, comment 5
initial v1 1 1 @Chris Piwoński: Thanks for a patch! 2 2 3 Can i suggest you add a few more tests? The first only works with the TRAILING_PUNCTUATION fix. The second seems to work with the WRAPPING_PUNCTUATION fix. 4 3 Can i suggest you add a few more tests that the below cases are fixed too? 5 4 {{{ 6 5 >>> html.urlize("some text here hi@example.com\" and some text afterwards") … … 10 9 }}} 11 10 11 The first only works with the TRAILING_PUNCTUATION fix. The second seems to work with the WRAPPING_PUNCTUATION fix. 12 12 13 And maybe some tests for the single quote case too?