Add tests for new literalinclude options, and fix an off-by-one bug.

This commit is contained in:
Georg Brandl
2009-01-03 12:29:42 +01:00
parent 9fc2437773
commit 4d083fabbe
5 changed files with 59 additions and 12 deletions

View File

@@ -2,3 +2,12 @@
# -*- coding: utf-8 -*-
foo = u"Including Unicode characters: üöä"
class Foo:
pass
class Bar:
def baz():
pass
def bar(): pass