Mercurial > jouvence
annotate tests/test_character.yaml @ 2:59fe8cb6190d
Add lots of tests, fix lots of bugs.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 03 Jan 2017 09:05:28 -0800 |
parents | 74b83e3d921e |
children |
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!" | |
2
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
1
diff
changeset
|
21 --- |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
1
diff
changeset
|
22 in: "DR. BENNET\nHere's your medication." |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
1
diff
changeset
|
23 out: |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
1
diff
changeset
|
24 - '@DR. BENNET' |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
1
diff
changeset
|
25 - "=Here's your medication." |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
1
diff
changeset
|
26 --- |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
1
diff
changeset
|
27 in: "CROWD (VARIOUS)\nWe want free t-shirts!" |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
1
diff
changeset
|
28 out: |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
1
diff
changeset
|
29 - "@CROWD (VARIOUS)" |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
1
diff
changeset
|
30 - "=We want free t-shirts!" |