[Pkg-javascript-commits] [node-acorn-jsx] 125/484: Add charset to script link that includes test suite
Bastien Roucariès
rouca at moszumanska.debian.org
Sat Aug 19 14:20:14 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-acorn-jsx.
commit 314327537a758186c980ab54243b0ba120334e90
Author: Marijn Haverbeke <marijnh at gmail.com>
Date: Sat Jun 8 20:36:50 2013 +0200
Add charset to script link that includes test suite
So that browsers don't get confused by the utf-8 sequences.
---
test/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/index.html b/test/index.html
index 2bc5a37..c0003ff 100644
--- a/test/index.html
+++ b/test/index.html
@@ -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>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-acorn-jsx.git
More information about the Pkg-javascript-commits
mailing list