Mercurial > jouvence
comparison tests/test_titlepage.yaml @ 0:243401c49520
Initial commit.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 02 Jan 2017 12:30:49 -0800 |
parents | |
children | 74b83e3d921e |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:243401c49520 |
---|---|
1 --- | |
2 in: "" | |
3 title: {} | |
4 out: [] | |
5 --- | |
6 in: "\n" | |
7 title: {} | |
8 out: | |
9 - "!\n" | |
10 --- | |
11 in: "\n\n" | |
12 title: {} | |
13 out: | |
14 - "!\n\n" | |
15 --- | |
16 in: "\n\n\n" | |
17 title: {} | |
18 out: | |
19 - "!\n\n\n" | |
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: | |
36 - "!It doesn't have much.\n" | |
37 |