diff options
Diffstat (limited to 'tests/transcripts')
-rw-r--r-- | tests/transcripts/from_cmdloop.txt | 4 | ||||
-rw-r--r-- | tests/transcripts/no_output.txt | 7 |
2 files changed, 9 insertions, 2 deletions
diff --git a/tests/transcripts/from_cmdloop.txt b/tests/transcripts/from_cmdloop.txt index 5f22d756..e3ccbc5e 100644 --- a/tests/transcripts/from_cmdloop.txt +++ b/tests/transcripts/from_cmdloop.txt @@ -5,8 +5,8 @@ Documented commands (type help <topic>): ======================================== -alias help load orate pyscript say shell speak/ */ -edit history mumble py quit set shortcuts unalias/ */ +alias help load nothing py quit set shortcuts unalias/ */ +edit history mumble orate pyscript say shell speak/ */ (Cmd) help say usage: speak [-h] [-p] [-s] [-r REPEAT]/ */ diff --git a/tests/transcripts/no_output.txt b/tests/transcripts/no_output.txt new file mode 100644 index 00000000..d1089a39 --- /dev/null +++ b/tests/transcripts/no_output.txt @@ -0,0 +1,7 @@ +# ensure the transcript can play a command with no output + +(Cmd) say something +something +(Cmd) nothing +(Cmd) say something else +something else |