Add charset to script link that includes test suite
So that browsers don't get confused by the utf-8 sequences.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<title>Acorn test suite</title>
|
||||
<script src="../acorn.js"></script>
|
||||
<script src="driver.js"></script>
|
||||
<script src="tests.js"></script>
|
||||
<script src="tests.js" charset="utf-8"></script>
|
||||
</head>
|
||||
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user