summaryrefslogtreecommitdiff
path: root/tests/test_basic_api.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_basic_api.py')
-rw-r--r--tests/test_basic_api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_basic_api.py b/tests/test_basic_api.py
index b51d9b55..d648ee51 100644
--- a/tests/test_basic_api.py
+++ b/tests/test_basic_api.py
@@ -259,7 +259,7 @@ class FiltersTest(unittest.TestCase):
self.assertEquals('BUG', tokens[1][1])
def test_codetag_boundary(self):
- # http://dev.pocoo.org/projects/pygments/ticket/368
+ # ticket #368
lx = lexers.PythonLexer()
lx.add_filter('codetagify')
text = u'# DEBUG: text'