Mercurial > jouvence
annotate tests/test_action.yaml @ 0:243401c49520
Initial commit.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 02 Jan 2017 12:30:49 -0800 |
parents | |
children | 59fe8cb6190d |
rev | line source |
---|---|
0 | 1 --- |
2 in: "This is a simple action." | |
3 out: | |
4 - "!This is a simple action." | |
5 --- | |
6 in: "This is a multi\nline\naction." | |
7 out: | |
8 - "!This is a multi\nline\naction." | |
9 --- | |
10 in: "This is a multi\n\nparagraph\n\n\naction." | |
11 out: | |
12 - "!This is a multi\n\nparagraph\n\n\naction." | |
13 --- | |
14 in: "!EXT. ACTION. FORCED." | |
15 out: | |
16 - "!EXT. ACTION. FORCED." |