diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-04-26 15:59:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-26 15:59:34 -0400 |
commit | f27390116ae1ef334df72de13b9cb1a603c37ec5 (patch) | |
tree | f9181f73a3b7edbc940fd63553c85a98af7fdc23 /tests/test_transcript.py | |
parent | 90330f29a7fd1ebf03ef2b639f8bc44caf5c379a (diff) | |
parent | f3fa2265442b5c263f7f7f9a99da80142d9a3fd4 (diff) | |
download | cmd2-git-f27390116ae1ef334df72de13b9cb1a603c37ec5.tar.gz |
Merge pull request #89 from python-cmd2/transcript_fixes
Fixed transcript testing issues
Diffstat (limited to 'tests/test_transcript.py')
-rw-r--r-- | tests/test_transcript.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_transcript.py b/tests/test_transcript.py index 89f2ea7c..6049119f 100644 --- a/tests/test_transcript.py +++ b/tests/test_transcript.py @@ -149,6 +149,7 @@ set maxrepeats 5 -------------------------[6] say -ps --repeat=5 goodnight, Gracie (Cmd) run 4 +say -ps --repeat=5 goodnight, Gracie OODNIGHT, GRACIEGAY OODNIGHT, GRACIEGAY OODNIGHT, GRACIEGAY |