# -*- 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 ...