diff 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
line wrap: on
line diff
--- a/tests/test_titlepage.yaml	Mon Jan 02 21:54:59 2017 -0800
+++ b/tests/test_titlepage.yaml	Tue Jan 03 09:05:28 2017 -0800
@@ -22,8 +22,8 @@
     Title: This simple test
     Author: Ludovic
 title:
-    Title: "This simple test"
-    Author: "Ludovic"
+    title: "This simple test"
+    author: "Ludovic"
 out: []
 ---
 in: |
@@ -31,7 +31,18 @@
 
     It doesn't have much.
 title:
-    Title: "This simple test"
+    title: "This simple test"
 out:
-    - "!It doesn't have much."
-
+    - "!\nIt doesn't have much."
+---
+in: |
+    Title:
+        _**BRICK & STEEL**_
+        _**FULL RETIRED**_
+    Credit: Written by
+    Authors: Stu Maschwitz
+title:
+    title: "_**BRICK & STEEL**_\n_**FULL RETIRED**_"
+    credit: Written by
+    authors: Stu Maschwitz
+out: []