Mercurial > python-cmd2
annotate example/exampleSession.txt @ 174:471318e59e51
still small glitch breaking up tests
author | catherine@dellzilla |
---|---|
date | Fri, 12 Dec 2008 15:12:37 -0500 |
parents | c01f8e612a0a |
children | 72de7d8566e2 |
rev | line source |
---|---|
118
db366853074c
test transcript won't tolerate final prompt
catherine@dellzilla
parents:
117
diff
changeset
|
1 (Cmd) & look, a shortcut! |
db366853074c
test transcript won't tolerate final prompt
catherine@dellzilla
parents:
117
diff
changeset
|
2 look, a shortcut! |
db366853074c
test transcript won't tolerate final prompt
catherine@dellzilla
parents:
117
diff
changeset
|
3 (Cmd) say put this in a file > myfile.txt |
db366853074c
test transcript won't tolerate final prompt
catherine@dellzilla
parents:
117
diff
changeset
|
4 (Cmd) say < myfile.txt |
db366853074c
test transcript won't tolerate final prompt
catherine@dellzilla
parents:
117
diff
changeset
|
5 put this in a file |
139 | 6 (Cmd) # comments do nothing |
7 (Cmd) /* C-style comments */ say are invisible | |
8 are invisible | |
169 | 9 (Cmd) orate and they do not /* interfere; |
139 | 10 > with multiline */ commands; |
169 | 11 and they do not commands |
12 (Cmd) speak the /* hidden comment */ text | |
13 the text | |
14 (Cmd) speak the "unhidden quote" text | |
15 the "unhidden quote" text | |
16 (Cmd) # Quoted strings immediately following the command are NOT included in the arguments - | |
17 (Cmd) # this is due to a bug in pyparsing. See: | |
18 (Cmd) # https://sourceforge.net/tracker/index.php?func=detail&aid=2412233&group_id=97203&atid=617311 | |
174 | 19 (Cmd) # Test suite can't test changing prompts. |