Example #1
0
 def testStripUnderline(self):
     self.assertEqual(ircutils.stripUnderline(ircutils.underline('foo')),
                      'foo')
Example #2
0
 def testStripUnderline(self):
     self.assertEqual(ircutils.stripUnderline(ircutils.underline('foo')),
                      'foo')
Example #3
0
 def testStripUnderline(self):
     self.assertEqual(ircutils.stripUnderline(ircutils.underline("foo")), "foo")