Mercurial > jouvence
view 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 |
line wrap: on
line source
--- in: "" title: {} out: [] --- in: "\n" title: {} out: - "!" --- in: "\n\n" title: {} out: - "!\n" --- in: "\n\n\n" title: {} out: - "!\n\n" --- in: | Title: This simple test Author: Ludovic title: Title: "This simple test" Author: "Ludovic" out: [] --- in: | Title: This simple test It doesn't have much. title: Title: "This simple test" out: - "!It doesn't have much."