Skip to content
This repository was archived by the owner on Feb 19, 2023. It is now read-only.

Commit 0af5180

Browse files
committed
100% coverage
1 parent ad57aff commit 0af5180

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/repr_test.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ def results(s):
2424
"foo = f'{3:2f}'",
2525
id="!r in string",
2626
),
27+
pytest.param(
28+
"def bar():\n" " foo = '!r'\n" " global foo, foo",
29+
id="!r in string",
30+
),
2731
pytest.param(
2832
"foo = '!r'",
2933
id="!r in string",

0 commit comments

Comments
 (0)