view tests/test_pagebreak.yaml @ 11:c6d28a830f68 0.1.0

Add PyPI support.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 04 Jan 2017 08:51:18 -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."