comparison tests/test_boneyard.yaml @ 23:36424a1081ff

Add support for boneyards.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 04 Jan 2017 23:39:13 -0800
parents
children
comparison
equal deleted inserted replaced
22:142a53d6e558 23:36424a1081ff
1 ---
2 in: |
3 This is something.
4
5 /*
6 nope
7 nope
8 */
9
10 Ok.
11 out:
12 - "!This is something.\n\n\nOk."
13 ---
14 in: |
15 This is something.
16 /*
17 nope
18 nope
19 */
20 OK.
21 out:
22 - "!This is something.\nOK."
23 ---
24 in: |
25 /*
26 nope nope
27 */
28 EXT. MANSION
29
30 This is the mansion.
31 out:
32 - ".EXT. MANSION"
33 - "!\nThis is the mansion."