Mercurial > jouvence
annotate tests/test_action.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 | 243401c49520 |
children |
rev | line source |
---|---|
0 | 1 --- |
2 in: "This is a simple action." | |
3 out: | |
4 - "!This is a simple action." | |
5 --- | |
6 in: "This is a multi\nline\naction." | |
7 out: | |
8 - "!This is a multi\nline\naction." | |
9 --- | |
10 in: "This is a multi\n\nparagraph\n\n\naction." | |
11 out: | |
12 - "!This is a multi\n\nparagraph\n\n\naction." | |
13 --- | |
14 in: "!EXT. ACTION. FORCED." | |
15 out: | |
16 - "!EXT. ACTION. FORCED." | |
2
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
17 --- |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
18 in: | |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
19 JOHN |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
20 This is my dialogue. |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
21 |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
22 JAKE |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
23 There were blanks before mine. |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
24 out: |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
25 - "@JOHN" |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
26 - "=This is my dialogue." |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
27 - "@JAKE" |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
28 - "=There were blanks before mine." |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
29 --- |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
30 in: | |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
31 JOHN |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
32 This is my dialogue. |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
33 |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
34 |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
35 JAKE |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
36 There were blanks before mine. |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
37 out: |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
38 - "@JOHN" |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
39 - "=This is my dialogue." |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
40 - "!" |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
41 - "@JAKE" |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
42 - "=There were blanks before mine." |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
43 --- |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
44 in: | |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
45 JOHN |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
46 This is my dialogue. |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
47 |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
48 |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
49 |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
50 JAKE |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
51 There were blanks before mine. |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
52 out: |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
53 - "@JOHN" |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
54 - "=This is my dialogue." |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
55 - "!\n" |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
56 - "@JAKE" |
59fe8cb6190d
Add lots of tests, fix lots of bugs.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
57 - "=There were blanks before mine." |