Changed parser.strip_ansi to parser.strip_raw_codes for contexual clarity.
This commit is contained in:
parent
96f26098d1
commit
13dc71e02e
2 changed files with 4 additions and 4 deletions
|
|
@ -109,4 +109,4 @@ class ANSIStringTestCase(TestCase):
|
|||
Make sure that length reporting on ANSIStrings does not include
|
||||
ANSI codes.
|
||||
"""
|
||||
self.assertEqual(len(ANSIString('{gTest{n')), 4)
|
||||
self.assertEqual(len(ANSIString('{gTest{n')), 4)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue