summaryrefslogtreecommitdiff
path: root/tests/test_basic_api.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-09-07 09:59:05 +0200
committerGeorg Brandl <georg@python.org>2010-09-07 09:59:05 +0200
commit3c1342f38332e8688e15ba0f4fcc501d9205ea8c (patch)
treed030c89973d53bf9e432db453a2f059a521c93da /tests/test_basic_api.py
parent3be447afebe1c25d9c484939ecd66474ec60b990 (diff)
downloadpygments-git-3c1342f38332e8688e15ba0f4fcc501d9205ea8c.tar.gz
Switch to bitbucket as main repo.
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'