Fixed tests.

This commit is contained in:
Michael Lazar
2015-12-09 01:41:37 -08:00
parent 329bfae1ec
commit c24c4669a4
4 changed files with 5 additions and 4 deletions

View File

@@ -194,6 +194,7 @@ class Terminal(object):
if n_cols is not None and n_cols <= 0: if n_cols is not None and n_cols <= 0:
return '' return ''
if isinstance(string, six.text_type):
string = unescape(string) string = unescape(string)
if self.ascii: if self.ascii: