projects
/
mudpy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b227518
)
Test implicit punctuation
author
Jeremy Stanley
<fungi@yuggoth.org>
Fri, 7 Aug 2015 05:51:03 +0000
(
05:51
+0000)
committer
Jeremy 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
patch
|
blob
|
history
diff --git
a/bin/test
b/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\.", ""),