diff options
author | Georg Brandl <georg@python.org> | 2010-09-07 09:59:05 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-09-07 09:59:05 +0200 |
commit | 717b67d975bb80ed162b0f588fa2c87bda5cb8f3 (patch) | |
tree | d030c89973d53bf9e432db453a2f059a521c93da /tests/test_basic_api.py | |
parent | 0db1c037c4417d2142b25509a8a42dd6a48f228a (diff) | |
download | pygments-717b67d975bb80ed162b0f588fa2c87bda5cb8f3.tar.gz |
Switch to bitbucket as main repo.
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 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' |