view 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 source

---
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!"