Mercurial > python-cmd2
comparison example/exampleSession.txt @ 168:786ab5a83eea
quotes still getting snipped, ugh
author | catherine@dellzilla |
---|---|
date | Mon, 08 Dec 2008 17:58:37 -0500 |
parents | a3414ac38677 |
children | 429c8e984df4 |
comparison
equal
deleted
inserted
replaced
167:a38303571916 | 168:786ab5a83eea |
---|---|
1 This is cut-and-pasted from an interactive example.py session. | 1 This is cut-and-pasted from an interactive example.py session. |
2 Calling `example.py -t` runs it as a series of unit tests, | 2 Calling `example.py -t` runs it as a series of unit tests, |
3 verifying that the same output is still returned. | 3 verifying that the same output is still returned. |
4 | 4 |
5 (Cmd) speak the /* hidden comment */ text | |
6 the text | |
7 (Cmd) speak the "unhidden quote" text | |
8 the "unhidden quote" text | |
9 (Cmd) speak "unhidden quote" text | |
10 "unhidden quote" text | |
11 (Cmd) orate "unhidden quote" text; | |
12 "unhidden quote" text | |
13 (Cmd) orate "not ; terminated; just; yet" | |
14 > now I end; | |
15 "not ; terminated; just; yet" | |
16 now I end | |
5 (Cmd) help | 17 (Cmd) help |
6 | 18 |
7 Documented commands (type help <topic>): | 19 Documented commands (type help <topic>): |
8 ======================================== | 20 ======================================== |
9 _load edit history li load r save set shortcuts speak | 21 _load edit history li load r save set shortcuts speak |