From a41015b929b09a7d6b77df9b57671335346681af Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 3 Nov 2017 11:46:15 -0700 Subject: Updated tests. --- test/lhs-test.html | 2 +- test/lhs-test.html+lhs | 2 +- 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 */ -- cgit v1.2.3