Mercurial > jouvence
annotate tests/test_titlepage.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 --- |
2 in: "" | |
3 title: {} | |
4 out: [] | |
5 --- | |
6 in: "\n" | |
7 title: {} | |
8 out: | |
1
74b83e3d921e
Add more states, add more tests.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
9 - "!" |
0 | 10 --- |
11 in: "\n\n" | |
12 title: {} | |
13 out: | |
1
74b83e3d921e
Add more states, add more tests.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
14 - "!\n" |
0 | 15 --- |
16 in: "\n\n\n" | |
17 title: {} | |
18 out: | |
1
74b83e3d921e
Add more states, add more tests.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
19 - "!\n\n" |
0 | 20 --- |
21 in: | | |
22 Title: This simple test | |
23 Author: Ludovic | |
24 title: | |
25 Title: "This simple test" | |
26 Author: "Ludovic" | |
27 out: [] | |
28 --- | |
29 in: | | |
30 Title: This simple test | |
31 | |
32 It doesn't have much. | |
33 title: | |
34 Title: "This simple test" | |
35 out: | |
1
74b83e3d921e
Add more states, add more tests.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
36 - "!It doesn't have much." |
0 | 37 |