Commit 9972845c authored by Michal Čihař's avatar Michal Čihař

Check caching here as well

parent 2231c028
......@@ -825,6 +825,13 @@ class XMLTagsCheckTest(TestCase):
Language('cs'),
Unit('xml_invalid')
))
self.assertFalse(self.check.check_single(
u'string</a>',
u'string</a>',
'',
Language('de'),
Unit('xml_invalid')
))
def test_matching(self):
self.assertFalse(self.check.check_single(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment