mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 04:32:36 +01:00
Utilities: Add tests for unicode characters.
This commit is contained in:
parent
84a87e4307
commit
bbe65a39a6
@ -45,6 +45,8 @@ class UtilitiesTestCase(PluginTestCase):
|
|||||||
def testEcho(self):
|
def testEcho(self):
|
||||||
self.assertHelp('echo')
|
self.assertHelp('echo')
|
||||||
self.assertResponse('echo foo', 'foo')
|
self.assertResponse('echo foo', 'foo')
|
||||||
|
self.assertResponse('echo 好', '好')
|
||||||
|
self.assertResponse('echo "好"', '好')
|
||||||
|
|
||||||
def testEchoDollarOneRepliesDollarOne(self):
|
def testEchoDollarOneRepliesDollarOne(self):
|
||||||
self.assertResponse('echo $1', '$1')
|
self.assertResponse('echo $1', '$1')
|
||||||
|
Loading…
Reference in New Issue
Block a user