We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b49856 commit 029107bCopy full SHA for 029107b
test/expected/inlined-script.html
@@ -1,6 +1,6 @@
1
<html>
2
<head>
3
- <script>function test(){var r="lorem ipsum";return r}</script>
+ <script>function test(){return"lorem ipsum"}</script>
4
</head>
5
<body>
6
</body>
test/expected/inlined-with-attributes.html
<style type="text/css" media="screen">.classname{color:red}</style>
0 commit comments