Mercurial > jouvence
diff 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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/test_character.yaml Mon Jan 02 12:30:49 2017 -0800 @@ -0,0 +1,20 @@ +--- +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!"