From 525d32cfde6c2f9fecb0ee44972c18d4b0bf614f Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Wed, 16 Jun 2021 13:29:30 -0400 Subject: Fixing tests on Python 3.10 --- tests/transcripts/from_cmdloop.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tests/transcripts') diff --git a/tests/transcripts/from_cmdloop.txt b/tests/transcripts/from_cmdloop.txt index 95537665..f1c68d81 100644 --- a/tests/transcripts/from_cmdloop.txt +++ b/tests/transcripts/from_cmdloop.txt @@ -2,16 +2,16 @@ # so you can see where they are. (Cmd) help say -usage: speak [-h] [-p] [-s] [-r REPEAT]/ */ +Usage: speak [-h] [-p] [-s] [-r REPEAT]/ */ Repeats what you tell me to./ */ optional arguments:/ */ - -h, --help show this help message and exit/ */ - -p, --piglatin atinLay/ */ - -s, --shout N00B EMULATION MODE/ */ - -r REPEAT, --repeat REPEAT/ */ - output [n] times + -h, --help show this help message and exit/ */ + -p, --piglatin atinLay/ */ + -s, --shout N00B EMULATION MODE/ */ + -r, --repeat REPEAT output [n] times/ */ + (Cmd) say goodnight, Gracie goodnight, Gracie (Cmd) say -ps --repeat=5 goodnight, Gracie -- cgit v1.2.1