diff tests/test_scripts.yaml @ 24:2ef526c301cc 0.3.0

Add support for sections and synopsis.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 05 Jan 2017 09:27:11 -0800
parents 59fe8cb6190d
children
line wrap: on
line diff
--- a/tests/test_scripts.yaml	Wed Jan 04 23:39:13 2017 -0800
+++ b/tests/test_scripts.yaml	Thu Jan 05 09:27:11 2017 -0800
@@ -61,3 +61,20 @@
 out:
     - ".EXT. ANOTHER PLACE"
     - "!\nThis is an action I think."
+---
+in: |
+    # ACT I
+
+    = Set up the characters and the story.
+
+    EXT. BRICK'S PATIO - DAY
+
+    = This scene sets up Brick & Steel's new life as retirees.
+
+    A gorgeous day.  The sun is shining.
+out:
+    - "#ACT I"
+    - "+Set up the characters and the story."
+    - ".EXT. BRICK'S PATIO - DAY"
+    - "+This scene sets up Brick & Steel's new life as retirees."
+    - "!\nA gorgeous day.  The sun is shining."