view tests/test_pagebreak.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 source

---
in: |
    Here is some action.

    NARRATOR
    A page break is coming.

    ===

    There it was.
out:
    - "!Here is some action."
    - "@NARRATOR"
    - "=A page break is coming."
    - "<pagebreak>"
    - "!\nThere it was."