summaryrefslogtreecommitdiff
path: root/tests/test_cmdline.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2015-03-08 15:18:22 +0100
committerGeorg Brandl <georg@python.org>2015-03-08 15:18:22 +0100
commita46d854518d100cd49ba53fe6c4d024c1de2b423 (patch)
treee8495047ae93a509829ebca4acc141dbd6fb0d13 /tests/test_cmdline.py
parent0a91d7635a427cfb5b7a219af2feaabea85fcd7f (diff)
downloadpygments-a46d854518d100cd49ba53fe6c4d024c1de2b423.tar.gz
Fixup test.
Diffstat (limited to 'tests/test_cmdline.py')
-rw-r--r--tests/test_cmdline.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cmdline.py b/tests/test_cmdline.py
index c1e83077..5883fb5c 100644
--- a/tests/test_cmdline.py
+++ b/tests/test_cmdline.py
@@ -151,7 +151,7 @@ class CmdLineTest(unittest.TestCase):
o = self.check_success('-Fhighlight:tokentype=Name.Blubb,'
'names=TESTFILE filename',
'-fhtml', filename)
- self.assertTrue('<span class="n-Blubb' in o)
+ self.assertTrue('<span class="n n-Blubb' in o)
def test_H_opt(self):
o = self.check_success('-H', 'formatter', 'html')