comparison tests/test_sceneheadings.yaml @ 21:94d094a0bdb7

Fix some edge cases, add tests.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 04 Jan 2017 21:07:26 -0800
parents 59fe8cb6190d
children
comparison
equal deleted inserted replaced
20:f21776c7fbfc 21:94d094a0bdb7
32 author: Moi 32 author: Moi
33 out: 33 out:
34 - "!" 34 - "!"
35 - ".EXT. ANOTHER PLACE" 35 - ".EXT. ANOTHER PLACE"
36 - "!\nThis is an action I think." 36 - "!\nThis is an action I think."
37 ---
38 in: |
39 .somewhere in space
40
41 We are in space!
42 out:
43 - ".somewhere in space"
44 - "!\nWe are in space!"