Mercurial > python-cmd2
diff example/exampleSession.txt @ 169:429c8e984df4
all working, except \n\n terminators
author | catherine@dellzilla |
---|---|
date | Wed, 10 Dec 2008 14:50:42 -0500 |
parents | 786ab5a83eea |
children | c01f8e612a0a |
line wrap: on
line diff
--- a/example/exampleSession.txt Mon Dec 08 17:58:37 2008 -0500 +++ b/example/exampleSession.txt Wed Dec 10 14:50:42 2008 -0500 @@ -2,18 +2,6 @@ Calling `example.py -t` runs it as a series of unit tests, verifying that the same output is still returned. -(Cmd) speak the /* hidden comment */ text -the text -(Cmd) speak the "unhidden quote" text -the "unhidden quote" text -(Cmd) speak "unhidden quote" text -"unhidden quote" text -(Cmd) orate "unhidden quote" text; -"unhidden quote" text -(Cmd) orate "not ; terminated; just; yet" -> now I end; -"not ; terminated; just; yet" -now I end (Cmd) help Documented commands (type help <topic>): @@ -105,9 +93,16 @@ (Cmd) # comments do nothing (Cmd) /* C-style comments */ say are invisible are invisible -(Cmd) orate and they don't /* interfere; +(Cmd) orate and they do not /* interfere; > with multiline */ commands; -and they don't commands; +and they do not commands +(Cmd) speak the /* hidden comment */ text +the text +(Cmd) speak the "unhidden quote" text +the "unhidden quote" text +(Cmd) # Quoted strings immediately following the command are NOT included in the arguments - +(Cmd) # this is due to a bug in pyparsing. See: +(Cmd) # https://sourceforge.net/tracker/index.php?func=detail&aid=2412233&group_id=97203&atid=617311 (Cmd) set prompt "---> " prompt - was: (Cmd) now: --->