Mercurial > jouvence
diff tests/test_character.yaml @ 2:59fe8cb6190d
Add lots of tests, fix lots of bugs.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 03 Jan 2017 09:05:28 -0800 |
parents | 74b83e3d921e |
children |
line wrap: on
line diff
--- a/tests/test_character.yaml Mon Jan 02 21:54:59 2017 -0800 +++ b/tests/test_character.yaml Tue Jan 03 09:05:28 2017 -0800 @@ -18,3 +18,13 @@ out: - '@McCLANE' - "=Yippie ki-yay!" +--- +in: "DR. BENNET\nHere's your medication." +out: + - '@DR. BENNET' + - "=Here's your medication." +--- +in: "CROWD (VARIOUS)\nWe want free t-shirts!" +out: + - "@CROWD (VARIOUS)" + - "=We want free t-shirts!"