diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/regressiontests/test_utils/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regressiontests/test_utils/tests.py b/tests/regressiontests/test_utils/tests.py index 19f35f9dbd..72a815423d 100644 --- a/tests/regressiontests/test_utils/tests.py +++ b/tests/regressiontests/test_utils/tests.py @@ -357,7 +357,7 @@ class HTMLEqualTests(TestCase): <p> This is a valid paragraph <!-- browsers would close the p tag here --> <div> this is a div AFTER the p</div> - </p> <!-- this is invalid html parsing however it should make no + </p> <!-- this is invalid HTML parsing, but it should make no difference in most cases --> </body> </html>""") |
