From b352b40c7adb78f80e7441bf22e55d9c59319038 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 14 Oct 2019 09:39:48 -0400 Subject: Update html gold files --- tests/gold/html/partial/partial_py.html | 36 ++++++++++++++++----------------- 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'tests/gold/html/partial/partial_py.html') diff --git a/tests/gold/html/partial/partial_py.html b/tests/gold/html/partial/partial_py.html index 97d60ba4..25846ab8 100644 --- a/tests/gold/html/partial/partial_py.html +++ b/tests/gold/html/partial/partial_py.html @@ -52,29 +52,29 @@
-

1# partial branches and excluded lines 

-

2a = 6 

-

3 

-

4while "no peephole".upper(): # t4 4 ↛ 7line 4 didn't jump to line 7, because the condition on line 4 was never false

-

5 break 

-

6 

-

7while a: # pragma: no branch 

-

8 break 

-

9 

-

10if 0: 

-

11 never_happen() 

-

12 

-

13if 1: 

-

14 a = 21 

-

15 

-

16if a == 23: 

-

17 raise AssertionError("Can't") 

+

1# partial branches and excluded lines 

+

2a = 6 

+

3 

+

4while "no peephole".upper(): # t4 4 ↛ 7line 4 didn't jump to line 7, because the condition on line 4 was never false

+

5 break 

+

6 

+

7while a: # pragma: no branch 

+

8 break 

+

9 

+

10if 0: 

+

11 never_happen() 

+

12 

+

13if 1: 

+

14 a = 21 

+

15 

+

16if a == 23: 

+

17 raise AssertionError("Can't") 

-- cgit v1.2.1