Mercurial > jouvence
comparison 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 |
comparison
equal
deleted
inserted
replaced
0:243401c49520 | 1:74b83e3d921e |
---|---|
4 out: [] | 4 out: [] |
5 --- | 5 --- |
6 in: "\n" | 6 in: "\n" |
7 title: {} | 7 title: {} |
8 out: | 8 out: |
9 - "!\n" | 9 - "!" |
10 --- | 10 --- |
11 in: "\n\n" | 11 in: "\n\n" |
12 title: {} | 12 title: {} |
13 out: | 13 out: |
14 - "!\n\n" | 14 - "!\n" |
15 --- | 15 --- |
16 in: "\n\n\n" | 16 in: "\n\n\n" |
17 title: {} | 17 title: {} |
18 out: | 18 out: |
19 - "!\n\n\n" | 19 - "!\n\n" |
20 --- | 20 --- |
21 in: | | 21 in: | |
22 Title: This simple test | 22 Title: This simple test |
23 Author: Ludovic | 23 Author: Ludovic |
24 title: | 24 title: |
31 | 31 |
32 It doesn't have much. | 32 It doesn't have much. |
33 title: | 33 title: |
34 Title: "This simple test" | 34 Title: "This simple test" |
35 out: | 35 out: |
36 - "!It doesn't have much.\n" | 36 - "!It doesn't have much." |
37 | 37 |