Changes between Initial Version and Version 1 of Ticket #20364, comment 5


Ignore:
Timestamp:
May 12, 2013, 3:44:59 PM (11 years ago)
Author:
EmilStenstrom

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20364, comment 5

    initial v1  
    11@Chris Piwoński: Thanks for a patch!
    22
    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 
     3Can i suggest you add a few more tests that the below cases are fixed too?
    54{{{
    65>>> html.urlize("some text here hi@example.com\" and some text afterwards")
     
    109}}}
    1110
     11The first only works with the TRAILING_PUNCTUATION fix. The second seems to work with the WRAPPING_PUNCTUATION fix.
     12
    1213And maybe some tests for the single quote case too?
Back to Top