Mercurial > jouvence
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/test_boneyard.yaml Wed Jan 04 23:39:13 2017 -0800 @@ -0,0 +1,33 @@ +--- +in: | + This is something. + + /* + nope + nope + */ + + Ok. +out: + - "!This is something.\n\n\nOk." +--- +in: | + This is something. + /* + nope + nope + */ + OK. +out: + - "!This is something.\nOK." +--- +in: | + /* + nope nope + */ + EXT. MANSION + + This is the mansion. +out: + - ".EXT. MANSION" + - "!\nThis is the mansion."