summaryrefslogtreecommitdiff
path: root/tests/test_irc_formatter.py
diff options
context:
space:
mode:
authorMatthäus G. Chajdas <dev@anteru.net>2020-09-08 20:33:25 +0200
committerMatthäus G. Chajdas <dev@anteru.net>2020-09-08 20:33:25 +0200
commit203ef1eff6daebab6f95b0b49e6e6a58168073fb (patch)
tree7defa199f48a34787f980b6400d8bbaa9380039a /tests/test_irc_formatter.py
parente09d4e0cf23d7c6069ddc690942ceb4cd23fd556 (diff)
parentb2c91c70ee536b0472100d1273818f8bb45529fe (diff)
downloadpygments-git-bug/angular-html.tar.gz
Merge branch 'master' into bug/angular-htmlbug/angular-html
# Conflicts: # tests/test_shell.py
Diffstat (limited to 'tests/test_irc_formatter.py')
-rw-r--r--tests/test_irc_formatter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_irc_formatter.py b/tests/test_irc_formatter.py
index 6dc43b7d..f93bbad4 100644
--- a/tests/test_irc_formatter.py
+++ b/tests/test_irc_formatter.py
@@ -20,4 +20,4 @@ def test_correct_output():
houtfile = StringIO()
hfmt.format(tokensource, houtfile)
- assert u'\x0302lambda\x03 x: \x0302123\x03\n' == houtfile.getvalue()
+ assert '\x0302lambda\x03 x: \x0302123\x03\n' == houtfile.getvalue()