annotate example/exampleSession.txt @ 175:72de7d8566e2

tests finally passing
author catherine@dellzilla
date Fri, 12 Dec 2008 15:27:42 -0500
parents 471318e59e51
children 183dd2fffec5
rev   line source
118
db366853074c test transcript won't tolerate final prompt
catherine@dellzilla
parents: 117
diff changeset
1 (Cmd) say < myfile.txt
db366853074c test transcript won't tolerate final prompt
catherine@dellzilla
parents: 117
diff changeset
2 put this in a file
139
e2d06e53d09c adding test for comments
catherine@Elli.myhome.westell.com
parents: 133
diff changeset
3 (Cmd) # comments do nothing
e2d06e53d09c adding test for comments
catherine@Elli.myhome.westell.com
parents: 133
diff changeset
4 (Cmd) /* C-style comments */ say are invisible
e2d06e53d09c adding test for comments
catherine@Elli.myhome.westell.com
parents: 133
diff changeset
5 are invisible
169
429c8e984df4 all working, except \n\n terminators
catherine@dellzilla
parents: 168
diff changeset
6 (Cmd) orate and they do not /* interfere;
139
e2d06e53d09c adding test for comments
catherine@Elli.myhome.westell.com
parents: 133
diff changeset
7 > with multiline */ commands;
169
429c8e984df4 all working, except \n\n terminators
catherine@dellzilla
parents: 168
diff changeset
8 and they do not commands
429c8e984df4 all working, except \n\n terminators
catherine@dellzilla
parents: 168
diff changeset
9 (Cmd) speak the /* hidden comment */ text
429c8e984df4 all working, except \n\n terminators
catherine@dellzilla
parents: 168
diff changeset
10 the text
429c8e984df4 all working, except \n\n terminators
catherine@dellzilla
parents: 168
diff changeset
11 (Cmd) speak the "unhidden quote" text
429c8e984df4 all working, except \n\n terminators
catherine@dellzilla
parents: 168
diff changeset
12 the "unhidden quote" text
429c8e984df4 all working, except \n\n terminators
catherine@dellzilla
parents: 168
diff changeset
13 (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
14 (Cmd) # this is due to a bug in pyparsing. See:
429c8e984df4 all working, except \n\n terminators
catherine@dellzilla
parents: 168
diff changeset
15 (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
16 (Cmd) # Test suite can't test changing prompts.