summaryrefslogtreecommitdiff
path: root/tests/test_basic_api.py
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2006-10-19 20:27:28 +0200
committergbrandl <devnull@localhost>2006-10-19 20:27:28 +0200
commitf4d019954468db777760d21f9243eca8b852c184 (patch)
tree328b8f8fac25338306b0e7b827686dcc7597df23 /tests/test_basic_api.py
downloadpygments-f4d019954468db777760d21f9243eca8b852c184.tar.gz
[svn] Name change, round 4 (rename SVN root folder).
Diffstat (limited to 'tests/test_basic_api.py')
-rw-r--r--tests/test_basic_api.py12
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 ...