Move {- and %c color markup to contrib, make easily extendable, as per #1229
This commit is contained in:
parent
03f4ecb3a4
commit
536bb28470
2 changed files with 66 additions and 64 deletions
|
|
@ -230,7 +230,6 @@ class TestMLen(TestCase):
|
|||
self.assertEqual(utils.m_len(ANSIString('|lcl|gook|ltat|le|n')), 2)
|
||||
|
||||
def test_non_mxp_ansi_string(self):
|
||||
self.assertEqual(utils.m_len(ANSIString('{gHello{n')), 5) # TODO - cause this to fail by default.
|
||||
self.assertEqual(utils.m_len(ANSIString('|gHello|n')), 5)
|
||||
|
||||
def test_list(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue