remove a comment out line.

This commit is contained in:
Christopher Ramírez 2014-07-20 11:38:21 -06:00
parent 22adeb1dc3
commit 9d5e10fb25

View file

@ -42,7 +42,6 @@ class RenderTestCase(TestCase):
def test__encode_escape_chars(self): def test__encode_escape_chars(self):
test_samples = { test_samples = {
# r'(<text:(?:[ahp]|ruby-base|span|meta|meta-field)>.*)
'<text:a>\n</text:a>': '<text:a><text:line-break/></text:a>', '<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:h>\n</text:h>': '<text:h><text:line-break/></text:h>',
'<text:p>\n</text:p>': '<text:p><text:line-break/></text:p>', '<text:p>\n</text:p>': '<text:p><text:line-break/></text:p>',