xref: /Universal-ctags/Tmain/reset-fields.d/stdout-expected.txt (revision c62e6612b9bde9529f58f8a1710a383ab2a224e4)
1# 1: 2:
2point	input.h	1;"	kind:struct	end:1
3# 1:--output-format=u-ctags 2:
4point	input.h	1;"	kind:struct	end:1
5# 1:--output-format=etags 2:
6
7input.h,40
8struct point { double x, y };point1,0
9# 1:--output-format=xref 2:
10point            struct        1 input.h          struct point { double x, y };
11# 1: 2:--output-format=u-ctags
12point	input.h	1;"	kind:struct	end:1
13# 1: 2:--output-format=etags
14
15input.h,40
16struct point { double x, y };point1,0
17# 1: 2:--output-format=xref
18point            struct        1 input.h          struct point { double x, y };
19