@@ -95,7 +95,7 @@ def test_pth_sample2(LineMatcher):
9595 lm .fnmatch_lines (
9696 [
9797 '*tests*sample2.py:* call *' ,
98- ' *tests*sample2.py:* line if __name__ == " __main__" : #*' ,
98+ " *tests*sample2.py:* line if __name__ == ' __main__' : #*" ,
9999 '*tests*sample2.py:* line import functools' ,
100100 '*tests*sample2.py:* line def deco(opt):' ,
101101 '*tests*sample2.py:* line @deco(1)' ,
@@ -133,7 +133,7 @@ def test_pth_sample2(LineMatcher):
133133 '* * ... return value: <function foo *' ,
134134 '*tests*sample2.py:* line foo(' ,
135135 "*tests*sample2.py:* line 'a*'," ,
136- "*tests*sample2.py:* line 'b'" ,
136+ "*tests*sample2.py:* line 'b', " ,
137137 '*tests*sample2.py:* call @functools.wraps(func)' ,
138138 '* * [*] def wrapper(*args):' ,
139139 '*tests*sample2.py:* line return func(*args)' ,
@@ -159,7 +159,7 @@ def test_pth_sample2(LineMatcher):
159159 '*tests*sample2.py:* line try:' ,
160160 '*tests*sample2.py:* line None(' ,
161161 "*tests*sample2.py:* line 'a'," ,
162- "*tests*sample2.py:* line 'b'" ,
162+ "*tests*sample2.py:* line 'b', " ,
163163 '*tests*sample2.py:* exception *' ,
164164 '* * ... exception value: *' ,
165165 '*tests*sample2.py:* line except:' ,
@@ -498,7 +498,7 @@ def a():
498498 '* ... return value: None' ,
499499 '*---------------------- function exit' ,
500500 '*>>>>>>>>>>>>>>>>>>>>>> tracing silenced2 on (*RuntimeError*)' ,
501- ' *test_*.py:* line print(" Done silenced1")' ,
501+ " *test_*.py:* line print(' Done silenced1')" ,
502502 '*test_*.py:* line silenced2()' ,
503503 '*sample8errors.py:21 call def silenced2():' ,
504504 '*sample8errors.py:22 line try:' ,
@@ -520,7 +520,7 @@ def a():
520520 '*sample8errors.py:27 line log(i)' ,
521521 '*---------------------- too many lines' ,
522522 '*>>>>>>>>>>>>>>>>>>>>>> tracing silenced3 on (*RuntimeError*)' ,
523- ' *test_*.py:* line print(" Done silenced2")' ,
523+ " *test_*.py:* line print(' Done silenced2')" ,
524524 '*test_*.py:* line silenced3()' ,
525525 '*sample8errors.py:31 call def silenced3():' ,
526526 '*sample8errors.py:32 line try:' ,
@@ -533,12 +533,12 @@ def a():
533533 '* ... return value: None' ,
534534 '*sample8errors.py:33 exception error()' ,
535535 '* ... exception value: (*RuntimeError*)' ,
536- ' *sample8errors.py:35 line return " mwhahaha"' ,
537- ' *sample8errors.py:35 return return " mwhahaha"' ,
536+ " *sample8errors.py:35 line return ' mwhahaha'" ,
537+ " *sample8errors.py:35 return return ' mwhahaha'" ,
538538 "* ... return value: 'mwhahaha'" ,
539539 '*---------------------- function exit' ,
540540 '*>>>>>>>>>>>>>>>>>>>>>> tracing silenced4 on (*RuntimeError*)' ,
541- ' *test_*.py:* line print(" Done silenced3")' ,
541+ " *test_*.py:* line print(' Done silenced3')" ,
542542 '*test_*.py:* line silenced4()' ,
543543 '*sample8errors.py:38 call def silenced4():' ,
544544 '*sample8errors.py:39 line try:' ,
@@ -609,8 +609,8 @@ def a():
609609 '*sample8errors.py:27 line log(i)' ,
610610 '*---------------------- too many lines' ,
611611 '*>>>>>>>>>>>>>>>>>>>>>> tracing silenced3 on (*RuntimeError*)' ,
612- ' *sample8errors.py:35 line return " mwhahaha"' ,
613- ' *sample8errors.py:35 return return " mwhahaha"' ,
612+ " *sample8errors.py:35 line return ' mwhahaha'" ,
613+ " *sample8errors.py:35 return return ' mwhahaha'" ,
614614 "* ... return value: 'mwhahaha'" ,
615615 '*---------------------- function exit' ,
616616 '*>>>>>>>>>>>>>>>>>>>>>> tracing silenced4 on (*RuntimeError*)' ,
0 commit comments