view 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
line wrap: on
line source

---
in: ""
title: {}
out: []
---
in: "\n"
title: {}
out:
    - "!\n"
---
in: "\n\n"
title: {}
out:
    - "!\n\n"
---
in: "\n\n\n"
title: {}
out:
    - "!\n\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.\n"