From a13ec78e2a65c9a44cb603136a687c7426d9848c Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Fri, 7 Aug 2015 05:51:03 +0000 Subject: [PATCH] Test implicit punctuation In the functional test dialogue, confirm that the configured default punctuation is appended when implicit punctuation is expected. --- bin/test | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/test b/bin/test index e9665ec..181ea0a 100755 --- a/bin/test +++ b/bin/test @@ -53,6 +53,11 @@ dialogue = ( (1, 'You begin, "I wasn\'t interrupting;"', ""), (0, 'begins, "I wasn\'t interrupting;"', ""), + # Implicit punctuation + (0, '> ', "say Whatever"), + (0, 'You say, "Whatever."', ""), + (1, 'says, "Whatever."', ""), + # Actor disappears (1, "> ", "quit"), (0, "You suddenly wonder where .* went\.", ""), -- 2.11.0