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 | 3c1342f38332e8688e15ba0f4fcc501d9205ea8c (patch) | |
| tree | d030c89973d53bf9e432db453a2f059a521c93da /tests/test_basic_api.py | |
| parent | 3be447afebe1c25d9c484939ecd66474ec60b990 (diff) | |
| download | pygments-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.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' |
