Test implicit punctuation
[mudpy.git] / 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\.", ""),