diff options
| author | Tim Graham <timograham@gmail.com> | 2013-10-10 08:50:32 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-10-10 08:50:32 -0400 |
| commit | ff9e8eccf89fc1dce441736c39dcb6e218ca8940 (patch) | |
| tree | c1ae83040e336dfd6f6ab9e6790072478c7fbdca /tests/test_utils | |
| parent | 9700194195735300f86803b0d023a37a89f4dff0 (diff) | |
Removed unnecessary semicolons.
Diffstat (limited to 'tests/test_utils')
| -rw-r--r-- | tests/test_utils/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_utils/tests.py b/tests/test_utils/tests.py index eb850cc3be..94ba95455b 100644 --- a/tests/test_utils/tests.py +++ b/tests/test_utils/tests.py @@ -307,7 +307,7 @@ class HTMLEqualTests(TestCase): self.assertEqual(dom[0], 'foo') def test_parse_html_in_script(self): - parse_html('<script>var a = "<p" + ">";</script>'); + parse_html('<script>var a = "<p" + ">";</script>') parse_html(''' <script> var js_sha_link='<p>***</p>'; |
