Mercurial > jouvence
changeset 27:3cc73f810b39
Rename test.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 05 Jan 2017 19:59:01 -0800 |
parents | 9d08d3bcb4ce |
children | c9850153e4b3 |
files | tests/test_sceneheading.yaml tests/test_sceneheadings.yaml |
diffstat | 2 files changed, 44 insertions(+), 44 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/test_sceneheading.yaml Thu Jan 05 19:59:01 2017 -0800 @@ -0,0 +1,44 @@ +--- +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!"
--- a/tests/test_sceneheadings.yaml Thu Jan 05 19:37:21 2017 -0800 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,44 +0,0 @@ ---- -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!"