# HG changeset patch # User Ludovic Chabant # Date 1483675141 28800 # Node ID 3cc73f810b397e6175d03ee6b99598986998036f # Parent 9d08d3bcb4ce439451c0e4b0b9e05de602c04041 Rename test. diff -r 9d08d3bcb4ce -r 3cc73f810b39 tests/test_sceneheading.yaml --- /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!" diff -r 9d08d3bcb4ce -r 3cc73f810b39 tests/test_sceneheadings.yaml --- 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!"