mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-21 13:28:07 +01:00
Add tests to repository
This commit is contained in:
10
tests/ruby/testcase.rb
Normal file
10
tests/ruby/testcase.rb
Normal file
@@ -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