fix python2.7 tests

pull/289/head
Wolfgang Walther 5 years ago
parent 21237b7003
commit 6614e1a296

@ -96,7 +96,7 @@ class CommandLineTestCase(unittest.TestCase):
'no-yaml.json': '---\n'
'key: value\n',
# non-ASCII chars
'non-ascii/éçäγλνπ¥/utf-8': (
u'non-ascii/éçäγλνπ¥/utf-8': (
u'---\n'
u'- hétérogénéité\n'
u'# 19.99 €\n'

Loading…
Cancel
Save