# HG changeset patch # User Catherine Devlin # Date 1238694118 14400 # Node ID 9ec55d2b3e992a3b7954a5715fc8980dc2b64f38 # Parent 573bf9c2a043f3688c1833b2d76084b50735df19 adding some .test's diff -r 573bf9c2a043 -r 9ec55d2b3e99 example/ex2.test --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/example/ex2.test Thu Apr 02 13:41:58 2009 -0400 @@ -0,0 +1,5 @@ +(Cmd) say wo is me! +wo is me! +(Cmd) say -s hi +HI!!! +(Cmd) # comments do nothing \ No newline at end of file diff -r 573bf9c2a043 -r 9ec55d2b3e99 example/exampleSession.test --- a/example/exampleSession.test Thu Apr 02 13:10:17 2009 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,17 +0,0 @@ -(Cmd) say put this in a file > myfile.txt -(Cmd) say < myfile.txt -put this in a file -(Cmd) # comments do nothing -(Cmd) /* C-style comments */ say are invisible -are invisible -(Cmd) orate and they do not /* interfere; -> with multiline */ 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) # Test suite can't test changing prompts. \ No newline at end of file