remove a comment out line.
This commit is contained in:
parent
22adeb1dc3
commit
9d5e10fb25
1 changed files with 0 additions and 1 deletions
|
|
@ -42,7 +42,6 @@ class RenderTestCase(TestCase):
|
|||
|
||||
def test__encode_escape_chars(self):
|
||||
test_samples = {
|
||||
# r'(<text:(?:[ahp]|ruby-base|span|meta|meta-field)>.*)
|
||||
'<text:a>\n</text:a>': '<text:a><text:line-break/></text:a>',
|
||||
'<text:h>\n</text:h>': '<text:h><text:line-break/></text:h>',
|
||||
'<text:p>\n</text:p>': '<text:p><text:line-break/></text:p>',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue