Skip to content

Commit

Permalink
Added single quotes to bonus test
Browse files Browse the repository at this point in the history
  • Loading branch information
OndrejSlamecka committed Apr 9, 2013
1 parent 3d341bd commit 317aa0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/bonus/exp_output.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="cs">
<body>
<p class="test abc" data-test="abc" attr="test">ABC</p>
<p class="test abc" data-test="abc" attr="test">ABC</p>
<p class="test abc" data-test="abc" attr="test" data-t="spac es">ABC</p>
<p class="test abc" data-test="abc" attr="test" data-t="spac es">ABC</p>
</body>
</html>
2 changes: 1 addition & 1 deletion tests/bonus/input.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<html lang="cs">
<body >
<p class="test abc" data-test="abc"
attr="test" >ABC</p>
attr="test" data-t='spac es' >ABC</p>
</body>
</html>

0 comments on commit 317aa0a

Please sign in to comment.