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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
243401c49520 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
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
243401c49520 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
3 out:
243401c49520 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
4 - '@STEEL'
243401c49520 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
5 - "=The man's a myth!"
243401c49520 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
6 ---
243401c49520 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
7 in: "\nMOM (O. S.)\nLuke! Come down for supper!"
243401c49520 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
8 out:
243401c49520 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
9 - '@MOM (O. S.)'
243401c49520 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
10 - "=Luke! Come down for supper!"
243401c49520 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
11 ---
243401c49520 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
12 in: "\nHANS (on the radio)\nWhat was it you said?"
243401c49520 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
13 out:
243401c49520 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
14 - '@HANS (on the radio)'
243401c49520 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
15 - "=What was it you said?"
243401c49520 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
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
243401c49520 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
18 out:
243401c49520 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
19 - '@McCLANE'
243401c49520 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
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!"