Skip to content

Commit

Permalink
Unitx,c++: record an input file causing a bug (universal-ctags#1750, …
Browse files Browse the repository at this point in the history
…nested triangle brackets in template)

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
  • Loading branch information
masatake committed May 22, 2018
1 parent 33de706 commit 86f8f66
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
--sort=no
--fields-c++={template}
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Test input.hpp /^class Test : public set<int> {$/;" c template:template:<int,class _Comp0=less<int>,class _Comp1=less<pair<int,int>>>
xxx input.hpp /^ typedef int xxx;$/;" t class:Test typeref:typename:int
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
template <int,
class _Comp0=less<int>,
class _Comp1=less<pair<int, int> > >
class Test : public set<int> {
typedef int xxx;
};
// Taken from #1750 submitted by @tuarba.

0 comments on commit 86f8f66

Please sign in to comment.