view tests/test_action.yaml @ 35:6fb4d60b1e23 default tip

Added tag 0.4.0 for changeset 093bf35461ba
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 17 Jan 2017 09:18:54 -0800
parents 59fe8cb6190d
children
line wrap: on
line source

---
in: "This is a simple action."
out: 
    - "!This is a simple action."
---
in: "This is a multi\nline\naction."
out:
    - "!This is a multi\nline\naction."
---
in: "This is a multi\n\nparagraph\n\n\naction."
out: 
    - "!This is a multi\n\nparagraph\n\n\naction."
---
in: "!EXT. ACTION. FORCED."
out: 
    - "!EXT. ACTION. FORCED."
---
in: |
    JOHN
    This is my dialogue.

    JAKE
    There were blanks before mine.
out:
    - "@JOHN"
    - "=This is my dialogue."
    - "@JAKE"
    - "=There were blanks before mine."
---
in: |
    JOHN
    This is my dialogue.


    JAKE
    There were blanks before mine.
out:
    - "@JOHN"
    - "=This is my dialogue."
    - "!"
    - "@JAKE"
    - "=There were blanks before mine."
---
in: |
    JOHN
    This is my dialogue.



    JAKE
    There were blanks before mine.
out:
    - "@JOHN"
    - "=This is my dialogue."
    - "!\n"
    - "@JAKE"
    - "=There were blanks before mine."