diff options
Diffstat (limited to 'tests/test_basic_api.py')
-rw-r--r-- | tests/test_basic_api.py | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/test_basic_api.py b/tests/test_basic_api.py new file mode 100644 index 00000000..a4e55366 --- /dev/null +++ b/tests/test_basic_api.py @@ -0,0 +1,12 @@ +# -*- coding: utf-8 -*- +""" + Pygments basic API tests + ~~~~~~~~~~~~~~~~~~~~~~~ + + :copyright: 2006 by Georg Brandl. + :license: GNU GPL, see LICENSE for more details. +""" + +from pygments import highlight + +# ... TODO ... |