diff tests/test_pagebreak.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
children 59fe8cb6190d
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/test_pagebreak.yaml	Mon Jan 02 21:54:59 2017 -0800
@@ -0,0 +1,16 @@
+---
+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>"
+    - "!There it was."