projects
/
mudpy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67d2ae7
)
Clean up leading space typo in test title
author
Jeremy Stanley
<fungi@yuggoth.org>
Sun, 29 Jul 2018 17:53:41 +0000
(17:53 +0000)
committer
Jeremy Stanley
<fungi@yuggoth.org>
Sun, 29 Jul 2018 17:53:41 +0000
(17:53 +0000)
This is merely a cosmetic fix removing stray leading whitespace from
a test's title.
mudpy/tests/selftest.py
patch
|
blob
|
history
diff --git
a/mudpy/tests/selftest.py
b/mudpy/tests/selftest.py
index
edcefbd
..
949488d
100644
(file)
--- a/
mudpy/tests/selftest.py
+++ b/
mudpy/tests/selftest.py
@@
-285,7
+285,7
@@
dialogue = (
(test_account0_setup, "first account setup"),
(test_account1_setup, "second account setup"),
(test_actor_appears, "actor spontaneous appearance"),
- (test_explicit_punctuation, "
explicit punctuation"),
+ (test_explicit_punctuation, "explicit punctuation"),
(test_implicit_punctuation, "implicit punctuation"),
(test_typo_replacement, "typo replacement"),
(test_sentence_capitalization, "sentence capitalization"),