diff options
Diffstat (limited to 'test/input/func_w0312.py')
-rw-r--r-- | test/input/func_w0312.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/input/func_w0312.py b/test/input/func_w0312.py new file mode 100644 index 0000000..06a8110 --- /dev/null +++ b/test/input/func_w0312.py @@ -0,0 +1,11 @@ +"""test mixed tabs and spaces""" + +__revision__ = 1 + +def spaces_func(): + """yo""" + print "yo" + +def tab_func(): + """yo""" + print "yo" |