From 18a4324a05afd552f99396b18d88ddcb025c9908 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 27 Jun 2018 10:56:50 -0400 Subject: Updated gold files for bom.py --- tests/farm/html/gold_bom/2/bom_py.html | 117 +++++++++++++++++++++++++++++++++ tests/farm/html/gold_bom/2/index.html | 104 +++++++++++++++++++++++++++++ tests/farm/html/gold_bom/bom_py.html | 64 ++++++++++-------- tests/farm/html/gold_bom/index.html | 10 ++- 4 files changed, 265 insertions(+), 30 deletions(-) create mode 100644 tests/farm/html/gold_bom/2/bom_py.html create mode 100644 tests/farm/html/gold_bom/2/index.html diff --git a/tests/farm/html/gold_bom/2/bom_py.html b/tests/farm/html/gold_bom/2/bom_py.html new file mode 100644 index 00000000..5ef92d30 --- /dev/null +++ b/tests/farm/html/gold_bom/2/bom_py.html @@ -0,0 +1,117 @@ + + + + + + + + + + + Coverage for bom.py: 71% + + + + + + + + + + + + +
+ Hide keyboard shortcuts +

Hot-keys on this page

+
+

+ r + m + x + p   toggle line displays +

+

+ j + k   next/prev highlighted chunk +

+

+ 0   (zero) top of page +

+

+ 1   (one) first highlighted chunk +

+
+
+ +
+ + + + + +
+

1

+

2

+

3

+

4

+

5

+

6

+

7

+

8

+

9

+

10

+

11

+

12

+

13

+

14

+ +
+

# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 

+

# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt 

+

 

+

# A Python source file in utf-8, with BOM. 

+

math = "3×4 = 12, ÷2 = 6±0" 

+

 

+

import sys 

+

 

+

if sys.version_info >= (3, 0): 

+

assert len(math) == 18 

+

assert len(math.encode('utf-8')) == 21 

+

else: 

+

assert len(math) == 21 

+

assert len(math.decode('utf-8')) == 18 

+ +
+
+ + + + + diff --git a/tests/farm/html/gold_bom/2/index.html b/tests/farm/html/gold_bom/2/index.html new file mode 100644 index 00000000..883f7410 --- /dev/null +++ b/tests/farm/html/gold_bom/2/index.html @@ -0,0 +1,104 @@ + + + + + + + + Coverage report + + + + + + + + + + + + + +
+ Hide keyboard shortcuts +

Hot-keys on this page

+
+

+ n + s + m + x + + c   change column sorting +

+
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Modulestatementsmissingexcludedcoverage
Total72071%
bom.py72071%
+ +

+ No items found using the specified filter. +

+
+ + + + + diff --git a/tests/farm/html/gold_bom/bom_py.html b/tests/farm/html/gold_bom/bom_py.html index 127f2f45..054b1764 100644 --- a/tests/farm/html/gold_bom/bom_py.html +++ b/tests/farm/html/gold_bom/bom_py.html @@ -1,3 +1,6 @@ + + + @@ -5,7 +8,7 @@ - Coverage for bom: 71% + Coverage for bom.py: 71% @@ -20,7 +23,7 @@