mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-18 20:10:27 +01:00
Add tests to repository
This commit is contained in:
12
tests/cpp/testsubclass.cpp
Normal file
12
tests/cpp/testsubclass.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
int animal::moose::getFeet() //^2^
|
||||
{
|
||||
return fFeet;
|
||||
}
|
||||
|
||||
void animal::moose::doNothing() //^3^
|
||||
{
|
||||
animal::moose foo();
|
||||
|
||||
fFeet = N// -15-
|
||||
; // #15# ( "NAME1" "NAME2" "NAME3" )
|
||||
}
|
||||
Reference in New Issue
Block a user