1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-17 19:40:27 +01:00

Add tests to repository

This commit is contained in:
Jan Larres
2013-03-28 00:16:03 +13:00
parent b6f47e4020
commit db9404ca1a
128 changed files with 54624 additions and 0 deletions

23
tests/python/test.py Normal file
View File

@@ -0,0 +1,23 @@
import foo
import bar
defaultdict(lambda: 0)
classofhello = 0
class test(foo, bar):
class Inner:
# pass
def foo(self):
print "Inner"
# pass
def test():
class Inner2:
def bar(self):
print "Inner2"
# t = Inner2()
# pass
#print "Test"
#r = test.Inner2()
#test()