diff tests/test_dialogue.yaml @ 1:74b83e3d921e

Add more states, add more tests.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 02 Jan 2017 21:54:59 -0800
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/test_dialogue.yaml	Mon Jan 02 21:54:59 2017 -0800
@@ -0,0 +1,16 @@
+---
+in: |
+    SANBORN
+    A good ole boy.
+out:
+    - "@SANBORN"
+    - "=A good ole boy."
+---
+in: |
+    DAN
+    Then let's retire them.
+    _Permanently_.
+out:
+    - "@DAN"
+    - "=Then let's retire them.\n_Permanently_."
+