test: escape real text

pull/442/head
QuentinN42 3 years ago
parent fba5b70d46
commit d7f59fe219
No known key found for this signature in database
GPG Key ID: 2CD7D563712B3A50

@ -32,6 +32,8 @@ class TextToXMLTestCase(unittest.TestCase):
('>', '>'),
('"', '"'),
("'", '''),
("too many blank lines (3 > 2)", 'too many blank lines (3 > 2)'),
('line too long (100 > 80 characters)', 'line too long (100 > 80 characters)')
)
@ddt.unpack
def test_specials_chars(self, inp, out):

Loading…
Cancel
Save