Test implicit punctuation
authorJeremy Stanley <fungi@yuggoth.org>
Fri, 7 Aug 2015 05:51:03 +0000 (05:51 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Fri, 7 Aug 2015 05:51:03 +0000 (05:51 +0000)
In the functional test dialogue, confirm that the configured default
punctuation is appended when implicit punctuation is expected.

bin/test

index e9665ec..181ea0a 100755 (executable)
--- 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\.", ""),