Set test harness to UTF-8 to allow running UTF-8 spec source files

This commit is contained in:
Sam Stokes 2011-08-02 20:28:39 -07:00
parent f4a8458246
commit 7af9e353af

View File

@ -24,6 +24,7 @@ module Jasmine
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type"/>
<title>Jasmine Test Runner</title>
<script type="text/javascript">
window.console = { log: function(data) {