mirror of
https://github.com/gryf/tagbar.git
synced 2026-07-08 16:16:31 +02:00
Add tests to repository
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
class Class2
|
||||
def self.fun1()
|
||||
value=if foo
|
||||
bar
|
||||
end
|
||||
end
|
||||
|
||||
def self.fun2()
|
||||
end
|
||||
end
|
||||
@@ -0,0 +1,13 @@
|
||||
class Foo
|
||||
def a
|
||||
end
|
||||
|
||||
def b
|
||||
end
|
||||
|
||||
def Foo.c(item)
|
||||
end
|
||||
|
||||
def self.d
|
||||
end
|
||||
end
|
||||
@@ -0,0 +1,10 @@
|
||||
class Class1
|
||||
def fun1()
|
||||
foo = if bar
|
||||
baz
|
||||
end
|
||||
end
|
||||
|
||||
def fun2()
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user