annotate example/exampleSession.txt @ 233:d2cc9a090b7f

now using code.InteractiveConsole
author catherine@dellzilla
date Tue, 24 Mar 2009 12:13:27 -0400
parents 183dd2fffec5
children
rev   line source
187
183dd2fffec5 newline terminators ok
catherine@Elli.myhome.westell.com
parents: 175
diff changeset
1 (Cmd) say put this in a file > myfile.txt
118
db366853074c test transcript won't tolerate final prompt
catherine@dellzilla
parents: 117
diff changeset
2 (Cmd) say < myfile.txt
db366853074c test transcript won't tolerate final prompt
catherine@dellzilla
parents: 117
diff changeset
3 put this in a file
139
e2d06e53d09c adding test for comments
catherine@Elli.myhome.westell.com
parents: 133
diff changeset
4 (Cmd) # comments do nothing
e2d06e53d09c adding test for comments
catherine@Elli.myhome.westell.com
parents: 133
diff changeset
5 (Cmd) /* C-style comments */ say are invisible
e2d06e53d09c adding test for comments
catherine@Elli.myhome.westell.com
parents: 133
diff changeset
6 are invisible
169
429c8e984df4 all working, except \n\n terminators
catherine@dellzilla
parents: 168
diff changeset
7 (Cmd) orate and they do not /* interfere;
139
e2d06e53d09c adding test for comments
catherine@Elli.myhome.westell.com
parents: 133
diff changeset
8 > with multiline */ commands;
169
429c8e984df4 all working, except \n\n terminators
catherine@dellzilla
parents: 168
diff changeset
9 and they do not commands
429c8e984df4 all working, except \n\n terminators
catherine@dellzilla
parents: 168
diff changeset
10 (Cmd) speak the /* hidden comment */ text
429c8e984df4 all working, except \n\n terminators
catherine@dellzilla
parents: 168
diff changeset
11 the text
429c8e984df4 all working, except \n\n terminators
catherine@dellzilla
parents: 168
diff changeset
12 (Cmd) speak the "unhidden quote" text
429c8e984df4 all working, except \n\n terminators
catherine@dellzilla
parents: 168
diff changeset
13 the "unhidden quote" text
429c8e984df4 all working, except \n\n terminators
catherine@dellzilla
parents: 168
diff changeset
14 (Cmd) # Quoted strings immediately following the command are NOT included in the arguments -
429c8e984df4 all working, except \n\n terminators
catherine@dellzilla
parents: 168
diff changeset
15 (Cmd) # this is due to a bug in pyparsing. See:
429c8e984df4 all working, except \n\n terminators
catherine@dellzilla
parents: 168
diff changeset
16 (Cmd) # https://sourceforge.net/tracker/index.php?func=detail&aid=2412233&group_id=97203&atid=617311
174
471318e59e51 still small glitch breaking up tests
catherine@dellzilla
parents: 172
diff changeset
17 (Cmd) # Test suite can't test changing prompts.