view tests/test_pagebreak.yaml @ 19:6e8d5d95f6b5

Added tag 0.2.1 for changeset db27f548daa8
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 04 Jan 2017 09:19:24 -0800
parents 59fe8cb6190d
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."