Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
OndrejSlamecka committed Apr 11, 2013
1 parent a800884 commit d4da5aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ if [ "$result" == "" ]; then
bash integration.sh
else
echo $result
echo " Unit tests failed. Skipping integration tests"
echo " Unit tests failed. Skipping integration tests"
fi
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" data-t='spac es' >ABC</p>
attr="test" data-t="spac es" >ABC</p>
</body>
</html>

0 comments on commit d4da5aa

Please sign in to comment.