comparison 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
comparison
equal deleted inserted replaced
0:243401c49520 1:74b83e3d921e
1 ---
2 in: |
3 SANBORN
4 A good ole boy.
5 out:
6 - "@SANBORN"
7 - "=A good ole boy."
8 ---
9 in: |
10 DAN
11 Then let's retire them.
12 _Permanently_.
13 out:
14 - "@DAN"
15 - "=Then let's retire them.\n_Permanently_."
16