Unit test: pygments.001
This test checks to see if the extension function that runs Pygments syntax highlighting works.
|def printDict(di, format="%-25s %s"):
| for (key, val) in di.items():
| print format % (str(key)+':', val)
|This programlisting has
|no language attribute.