Edgewall Software

Changes between Initial Version and Version 1 of Ticket #12510, comment 22


Ignore:
Timestamp:
Jun 24, 2016, 4:49:33 AM (8 years ago)
Author:
Jun Omae

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12510, comment 22

    initial v1  
    55
    66I think we should use `re.DOTALL` rather than `re.MULTILINE`. We expect that `[...]` matches all characters including newline and use no `^` and `$` characters in this case.
     7
     8(confirmed unit tests passing with all database backends)
    79{{{#!diff
    810diff --git a/trac/admin/tests/console.py b/trac/admin/tests/console.py