Move {- and %c color markup to contrib, make easily extendable, as per #1229

This commit is contained in:
Griatch 2017-07-19 21:09:11 +02:00
parent 03f4ecb3a4
commit 536bb28470
2 changed files with 66 additions and 64 deletions

View file

@ -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):