summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-11-03 11:46:15 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-11-03 11:46:15 -0700
commita41015b929b09a7d6b77df9b57671335346681af (patch)
tree9b972981734c72b1601720c5070adaed1950a3e7
parentd0548fe29cfa5a1c0199ee531b7e694620523644 (diff)
Updated tests.
-rw-r--r--test/lhs-test.html2
-rw-r--r--test/lhs-test.html+lhs2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/lhs-test.html b/test/lhs-test.html
index 2939c95bb..d6e8312ba 100644
--- a/test/lhs-test.html
+++ b/test/lhs-test.html
@@ -32,7 +32,7 @@ pre.numberSource div.sourceLine::before, .numberSource a.sourceLine::before
padding: 0 4px; width: 4em; }
pre.numberSource { margin-left: 3em; border-left: 1px solid #aaaaaa; color: #aaaaaa; padding-left: 4px; }
@media screen {
-a.sourceLine::before { text-decoration: underline; color = initial; }
+a.sourceLine::before { text-decoration: underline; color: initial; }
}
code span.kw { color: #007020; font-weight: bold; } /* Keyword */
code span.dt { color: #902000; } /* DataType */
diff --git a/test/lhs-test.html+lhs b/test/lhs-test.html+lhs
index 7562a7d44..619cca98c 100644
--- a/test/lhs-test.html+lhs
+++ b/test/lhs-test.html+lhs
@@ -32,7 +32,7 @@ pre.numberSource div.sourceLine::before, .numberSource a.sourceLine::before
padding: 0 4px; width: 4em; }
pre.numberSource { margin-left: 3em; border-left: 1px solid #aaaaaa; color: #aaaaaa; padding-left: 4px; }
@media screen {
-a.sourceLine::before { text-decoration: underline; color = initial; }
+a.sourceLine::before { text-decoration: underline; color: initial; }
}
code span.kw { color: #007020; font-weight: bold; } /* Keyword */
code span.dt { color: #902000; } /* DataType */