From cfdcacea473dede9fb779256c812ff6a098a0714 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 4 Jul 2019 17:15:38 -0400 Subject: HTML: Mark things to show instead of to hide. Also made some other changes along the way: * Scroll bar markers change as the selected categories change. * We don't use css class 'stm' for anything, get rid of it. * Better sass use all around. --- tests/gold/html/unicode/unicode_py.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'tests/gold/html/unicode') diff --git a/tests/gold/html/unicode/unicode_py.html b/tests/gold/html/unicode/unicode_py.html index 174a9a27..caad05ab 100644 --- a/tests/gold/html/unicode/unicode_py.html +++ b/tests/gold/html/unicode/unicode_py.html @@ -22,9 +22,9 @@ Show keyboard shortcuts

2 statements   - 2 run - 0 missing - 0 excluded + 2 run + 0 missing + 0 excluded

@@ -57,15 +57,15 @@

1

2

3

-

4

-

5

+

4

+

5

# -*- coding: utf-8 -*- 

# A Python source file with exotic characters. 

 

-

upside_down = "ʎd˙ǝbɐɹǝʌoɔ" 

-

surrogate = "db40,dd00: x󠄀" 

+

upside_down = "ʎd˙ǝbɐɹǝʌoɔ" 

+

surrogate = "db40,dd00: x󠄀" 

-- cgit v1.2.1