Skip to content

Commit

Permalink
test: fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fmal committed Apr 9, 2017
1 parent 0b49856 commit 029107b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/expected/inlined-script.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<head>
<script>function test(){var r="lorem ipsum";return r}</script>
<script>function test(){return"lorem ipsum"}</script>
</head>
<body>
</body>
Expand Down
2 changes: 1 addition & 1 deletion test/expected/inlined-with-attributes.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<head>
<script>function test(){var r="lorem ipsum";return r}</script>
<script>function test(){return"lorem ipsum"}</script>
<style type="text/css" media="screen">.classname{color:red}</style>
</head>
<body>
Expand Down

0 comments on commit 029107b

Please sign in to comment.