Skip to content

Commit

Permalink
error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoor committed Feb 19, 2015
1 parent 4e43fae commit 60169f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class DjangoTemplateI18nLintTestCase(unittest.TestCase):

testIssue17a = _known_good_output("<input type=\"submit\" value=\"Confirm\" class=\"btn btn-danger\" />", [(1, 29, 'Confirm')])
testIssue17b = _known_good_output('<li><a href="https://twitter.com/localunews" class="icon-twitter" rel="tooltip" title="" data-placement="top" data-original-title="Twitter"><i class="fa fa-twitter"></i></a></li>', [(1, 132, 'Twitter')])
testIssue17c = _known_good_output('<form name="form" novaldate data-ng-submit="update(goal)">', [])
testIssue17c = _known_good_output('<form name="form" novalidate data-ng-submit="update(goal)">', [])
testIssue17d = _known_good_output(
"""
<input placeholder="{[{ 'Start Date'|translate }]}" type="text" data-field="date" data-ng-model="goal.start"
Expand Down

0 comments on commit 60169f1

Please sign in to comment.