Mercurial > jouvence
annotate tests/test_character.yaml @ 1:74b83e3d921e
Add more states, add more tests.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 02 Jan 2017 21:54:59 -0800 |
parents | 243401c49520 |
children | 59fe8cb6190d |
rev | line source |
---|---|
0 | 1 --- |
1
74b83e3d921e
Add more states, add more tests.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
2 in: "STEEL\nThe man's a myth!" |
0 | 3 out: |
4 - '@STEEL' | |
5 - "=The man's a myth!" | |
6 --- | |
7 in: "\nMOM (O. S.)\nLuke! Come down for supper!" | |
8 out: | |
9 - '@MOM (O. S.)' | |
10 - "=Luke! Come down for supper!" | |
11 --- | |
12 in: "\nHANS (on the radio)\nWhat was it you said?" | |
13 out: | |
14 - '@HANS (on the radio)' | |
15 - "=What was it you said?" | |
16 --- | |
1
74b83e3d921e
Add more states, add more tests.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
17 in: "@McCLANE\nYippie ki-yay!" |
0 | 18 out: |
19 - '@McCLANE' | |
20 - "=Yippie ki-yay!" |