added escape_ansi unittest

This commit is contained in:
Kevin Froman 2020-04-04 02:21:28 -05:00
parent 653954714f
commit aa729d862c
3 changed files with 66 additions and 1 deletions

View file

@ -1,4 +1,6 @@
import re
def escape_ANSI(line):
'''
Remove ANSI escape codes from a string with regex