Commit fd76def9 authored by Jim Fulton's avatar Jim Fulton

hahaha indentation broke the test. whimper

parent 4f32ff9e
...@@ -610,7 +610,7 @@ def create_sections_on_command_line(): ...@@ -610,7 +610,7 @@ def create_sections_on_command_line():
def test_help(): def test_help():
""" """
>>> print_(system(os.path.join(sample_buildout, 'bin', 'buildout')+' -h')) >>> print_(system(os.path.join(sample_buildout, 'bin', 'buildout')+' -h'))
... # doctest: +ELLIPSIS ... # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
Usage: buildout [options] [assignments] [command [command arguments]] Usage: buildout [options] [assignments] [command [command arguments]]
<BLANKLINE> <BLANKLINE>
Options: Options:
...@@ -626,7 +626,7 @@ def test_help(): ...@@ -626,7 +626,7 @@ def test_help():
>>> print_(system(os.path.join(sample_buildout, 'bin', 'buildout') >>> print_(system(os.path.join(sample_buildout, 'bin', 'buildout')
... +' --help')) ... +' --help'))
... # doctest: +ELLIPSIS ... # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
Usage: buildout [options] [assignments] [command [command arguments]] Usage: buildout [options] [assignments] [command [command arguments]]
<BLANKLINE> <BLANKLINE>
Options: Options:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment