diff options
author | Tim Hatch <tim@timhatch.com> | 2010-12-21 22:50:36 -0800 |
---|---|---|
committer | Tim Hatch <tim@timhatch.com> | 2010-12-21 22:50:36 -0800 |
commit | df4dc86aba1eff758f2a7c4d0d0204563d2e4851 (patch) | |
tree | 08a6f40b37938157563c23b03e14306bb598e329 /tests/test_basic_api.py | |
parent | 70c1a2572aee1dea1208c614e3a849e7533bf165 (diff) | |
download | pygments-df4dc86aba1eff758f2a7c4d0d0204563d2e4851.tar.gz |
make check: whitespace errors
Diffstat (limited to 'tests/test_basic_api.py')
-rw-r--r-- | tests/test_basic_api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_basic_api.py b/tests/test_basic_api.py index d648ee51..e8b9cf9a 100644 --- a/tests/test_basic_api.py +++ b/tests/test_basic_api.py @@ -191,7 +191,7 @@ def test_formatter_unicode_handling(): inst = formatter() out = format(tokens, inst) assert type(out) is bytes, '%s: %r' % (formatter, out) - + for formatter, info in formatters.FORMATTERS.iteritems(): yield verify, formatter |