Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

Commit 6a22192

Browse files
author
mikesamuel@gmail.com
committed
more IE test fixes
1 parent a6c1345 commit 6a22192

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

js-modules/extractSourceSpans_test.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html> <head>
33
<title>Extract Source Spans Test</title>
44
<script src="extractSourceSpans.js"></script>
5+
<script src="https://github.com/douglascrockford/JSON-js/raw/master/json2.js"></script>
56
<style>
67
.ok { background: #dfd }
78
.error, .failure { background: #fdd }
@@ -117,5 +118,5 @@ <h1>Extract Source Spans Test</h1>
117118

118119
<hr>
119120
<address></address>
120-
<!-- hhmts start --> Last modified: Tue Mar 29 15:43:20 PDT 2011 <!-- hhmts end -->
121+
<!-- hhmts start --> Last modified: Tue Mar 29 15:46:03 PDT 2011 <!-- hhmts end -->
121122
</body> </html>

js-modules/numberLines_test.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html> <head>
33
<title>Number Lines Test</title>
44
<script src="numberLines.js"></script>
5+
<script src="https://github.com/douglascrockford/JSON-js/raw/master/json2.js"></script>
56
<style>
67
.ok { background: #dfd }
78
.error, .failure { background: #fdd }
@@ -105,5 +106,5 @@ <h1>Number Lines Test</h1>
105106

106107
<hr>
107108
<address></address>
108-
<!-- hhmts start --> Last modified: Tue Mar 29 15:43:31 PDT 2011 <!-- hhmts end -->
109+
<!-- hhmts start --> Last modified: Tue Mar 29 15:46:10 PDT 2011 <!-- hhmts end -->
109110
</body> </html>

js-modules/recombineTagsAndDecorations_test.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<script src="extractSourceSpans.js"></script>
55
<script src="numberLines.js"></script>
66
<script src="recombineTagsAndDecorations.js"></script>
7+
<script src="https://github.com/douglascrockford/JSON-js/raw/master/json2.js"></script>
78
<link rel="stylesheet" href="../src/prettify.css" type="text/css" />
89
<style>
910
.ok { background: #dfd }

0 commit comments

Comments
 (0)