Limnoria/test
James McCoy a8cd99f121 commands._getRe: Restore original args for any failure
String.re uses first('regexpMatcher', 'regexpReplacer').  If the args
provided to String.re are not a matcher and are longer than a single IRC
message (e.g., from a nested command), then regexpReplacer would never
be tried.  A too long error should be handled the same as running out of
args while trying to find a valid regexp.

Signed-off-by: James McCoy <vega.james@gmail.com>
2015-02-18 22:09:38 -05:00
..
__init__.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
test.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
test_callbacks.py Provide a default help message for commands without help. 2013-08-23 22:57:13 -04:00
test_commands.py commands._getRe: Restore original args for any failure 2015-02-18 22:09:38 -05:00
test_dynamicScope.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
test_firewall.py Added test for firewall, fixed implementation so it actually works. 2009-03-11 13:37:25 -04:00
test_format.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
test_ircdb.py ircdb: Deduplicate hostmasks in IrcUser.addAuth 2013-09-22 11:13:52 -04:00
test_irclib.py Fix regression in parsing 004 messages 2012-08-26 12:59:41 -04:00
test_ircmsgs.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
test_ircutils.py Merge branch 'maint/0.83.4' 2011-11-13 15:26:19 -05:00
test_plugin.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
test_plugins.py Update my name/contact information 2012-09-01 10:16:48 -04:00
test_registry.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
test_schedule.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
test_standardSubstitute.py Removed extraneous whitespace, unused imports, and converted some sets.Set() calls to set(). 2005-01-31 15:24:36 +00:00
test_utils.py Update my name/contact information 2012-09-01 10:16:48 -04:00
test_yn.py questions.yn: Perform string, not identity, comparison against 'y' 2014-06-01 22:52:58 -04:00