Skip to content

Commit 5771736

Browse files
committed
Use UTF-8 for test pages
1 parent 39f130b commit 5771736

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

example.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!doctype html>
2+
<meta charset="utf-8">
23
<div><!--
34
--><textarea id='css'>foo { bar: baz; }</textarea><!--
45
--><button id="parse" onclick='parseStuff()'>Parse</button><!--

test.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!doctype html>
2+
<meta charset="utf-8">
23
<title>Tests</title>
34
<script src="tests.js"></script>
45
<script src="parse-css.js"></script>

0 commit comments

Comments
 (0)