comparison tests/test_titlepage.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
comparison
equal deleted inserted replaced
1:74b83e3d921e 2:59fe8cb6190d
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:
25 Title: "This simple test" 25 title: "This simple test"
26 Author: "Ludovic" 26 author: "Ludovic"
27 out: [] 27 out: []
28 --- 28 ---
29 in: | 29 in: |
30 Title: This simple test 30 Title: This simple test
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." 36 - "!\nIt doesn't have much."
37 37 ---
38 in: |
39 Title:
40 _**BRICK & STEEL**_
41 _**FULL RETIRED**_
42 Credit: Written by
43 Authors: Stu Maschwitz
44 title:
45 title: "_**BRICK & STEEL**_\n_**FULL RETIRED**_"
46 credit: Written by
47 authors: Stu Maschwitz
48 out: []