Unit test: pygments.003
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 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)