view tests/test_character.yaml @ 0:243401c49520

Initial commit.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 02 Jan 2017 12:30:49 -0800
parents
children 74b83e3d921e
line wrap: on
line source

---
in: "\nSTEEL\nThe man's a myth!"
out:
    - '@STEEL'
    - "=The man's a myth!"
---
in: "\nMOM (O. S.)\nLuke! Come down for supper!"
out:
    - '@MOM (O. S.)'
    - "=Luke! Come down for supper!"
---
in: "\nHANS (on the radio)\nWhat was it you said?"
out:
    - '@HANS (on the radio)'
    - "=What was it you said?"
---
in: "\n@McCLANE\nYippie ki-yay!"
out:
    - '@McCLANE'
    - "=Yippie ki-yay!"