gh-91984: Fix trailing spaces in multiline test strings in test_argparse (GH-91986)
This commit is contained in:
parent
cd1fbbc817
commit
88dd227959
@ -2265,8 +2265,7 @@ class TestAddSubparsers(TestCase):
|
||||
main description
|
||||
|
||||
positional arguments:
|
||||
foo
|
||||
|
||||
foo \n
|
||||
options:
|
||||
-h, --help show this help message and exit
|
||||
'''))
|
||||
@ -2282,8 +2281,7 @@ class TestAddSubparsers(TestCase):
|
||||
main description
|
||||
|
||||
positional arguments:
|
||||
{}
|
||||
|
||||
{} \n
|
||||
options:
|
||||
-h, --help show this help message and exit
|
||||
'''))
|
||||
|
@ -0,0 +1 @@
|
||||
Modified test strings in test_argparse.py to not contain trailing spaces before end of line.
|
Loading…
x
Reference in New Issue
Block a user