Don't worry about whitespace in `be --help`
authorW. Trevor King <wking@drexel.edu>
Wed, 30 Dec 2009 00:53:13 +0000 (19:53 -0500)
committerW. Trevor King <wking@drexel.edu>
Wed, 30 Dec 2009 00:53:13 +0000 (19:53 -0500)
libbe/ui/command_line.py

index b99f8123e4b2cf65b1d15f7f994dda4c803952e6..9df474ee2e3e6bdd261657a41f521ef64feeb2a8 100755 (executable)
@@ -167,7 +167,7 @@ class BE (libbe.command.Command):
     >>> p = CmdOptionParser(be)
     >>> p.exit_after_callback = False
     >>> try:
-    ...     options,args = p.parse_args(['--help']) # doctest: +ELLIPSIS
+    ...     options,args = p.parse_args(['--help']) # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
     ... except CallbackExit:
     ...     pass
     usage: be [options] [COMMAND [command-options] [COMMAND-ARGS ...]]