mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Added tests for Bug #850931.
This commit is contained in:
parent
72f93610b1
commit
068003cb52
@ -79,4 +79,8 @@ class UtilitiesTestCase(PluginTestCase, PluginDocumentation):
|
||||
def testReNoEscapingUnpackListOfWrongSize(self):
|
||||
self.assertNotRegexp('re foo bar baz', 'unpack list of wrong size')
|
||||
|
||||
def testReBug850931(self):
|
||||
self.assertResponse('re s/\b(\w+)\b/\1./g foo bar baz',
|
||||
'foo. bar. baz.')
|
||||
|
||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
||||
|
Loading…
Reference in New Issue
Block a user