mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Whitespace normalization, via reindent.py.
This commit is contained in:
parent
182b5aca27
commit
3d7d372ce3
13 changed files with 49 additions and 53 deletions
|
|
@ -45,7 +45,7 @@ if __name__ == "__main__":
|
|||
print "ok: got OptionConflictError for -H"
|
||||
else:
|
||||
print "not ok: no conflict between -h and -H"
|
||||
|
||||
|
||||
parser.add_option("-f", "--file", dest="file")
|
||||
#print repr(parser.get_option("-f"))
|
||||
#print repr(parser.get_option("-F"))
|
||||
|
|
@ -58,5 +58,3 @@ if __name__ == "__main__":
|
|||
(options, args) = parser.parse_args(["-F", "bar"])
|
||||
assert options.file == "bar", options.file
|
||||
print "ok: case insensitive short options work"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue