mirror of
https://github.com/django/django.git
synced 2025-11-20 03:30:00 +00:00
Removed unnecessary semicolons.
This commit is contained in:
parent
9700194195
commit
ff9e8eccf8
3 changed files with 4 additions and 4 deletions
|
|
@ -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>';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue