diff tests/test_sceneheading.yaml @ 27:3cc73f810b39

Rename test.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 05 Jan 2017 19:59:01 -0800
parents tests/test_sceneheadings.yaml@94d094a0bdb7
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/test_sceneheading.yaml	Thu Jan 05 19:59:01 2017 -0800
@@ -0,0 +1,44 @@
+---
+in: |
+    EXT. ANOTHER PLACE
+
+    This is an action I think.
+out:
+    - ".EXT. ANOTHER PLACE"
+    - "!\nThis is an action I think."
+---
+in: |
+    An action.
+
+
+    EXT. ANOTHER PLACE
+
+    This is an action I think.
+out:
+    - "!An action.\n"
+    - ".EXT. ANOTHER PLACE"
+    - "!\nThis is an action I think."
+---
+in: |
+    title: Something for Testing
+    author: Moi
+
+
+    EXT. ANOTHER PLACE
+
+    This is an action I think.
+title:
+    title: Something for Testing
+    author: Moi
+out:
+    - "!"
+    - ".EXT. ANOTHER PLACE"
+    - "!\nThis is an action I think."
+---
+in: |
+    .somewhere in space
+
+    We are in space!
+out:
+    - ".somewhere in space"
+    - "!\nWe are in space!"