xref: /Universal-ctags/Tmain/fixed-field-handling.d/stdout-expected.txt (revision 3c63479c56b9b0592427dcb638e7c2bf84be8e86)
1# writer=default
2N	name	yes	NONE	s--	yes	rw	tag name
3F	input	yes	NONE	s--	yes	r-	input file
4P	pattern	yes	NONE	s-b	yes	--	pattern
5# writer=u-ctags
6N	name	yes	NONE	s--	yes	rw	tag name
7F	input	yes	NONE	s--	yes	r-	input file
8P	pattern	yes	NONE	s-b	yes	--	pattern
9# writer=e-ctags
10N	name	yes	NONE	s--	yes	rw	tag name
11F	input	yes	NONE	s--	yes	r-	input file
12P	pattern	yes	NONE	s-b	yes	--	pattern
13# writer=etags
14F	input	yes	NONE	s--	no	r-	input file
15N	name	yes	NONE	s--	no	rw	tag name
16P	pattern	yes	NONE	s-b	no	--	pattern
17# writer=xref
18F	input	yes	NONE	s--	no	r-	input file
19N	name	yes	NONE	s--	no	rw	tag name
20P	pattern	yes	NONE	s-b	no	--	pattern
21# writer=json
22F	input	yes	NONE	s--	no	r-	input file
23N	name	yes	NONE	s--	no	rw	tag name
24P	pattern	yes	NONE	s-b	no	--	pattern
25# writer=xref N
26F	input	yes	NONE	s--	no	r-	input file
27N	name	no	NONE	s--	no	rw	tag name
28P	pattern	yes	NONE	s-b	no	--	pattern
29# writer=xref F
30F	input	no	NONE	s--	no	r-	input file
31N	name	yes	NONE	s--	no	rw	tag name
32P	pattern	yes	NONE	s-b	no	--	pattern
33# writer=xref P
34F	input	yes	NONE	s--	no	r-	input file
35N	name	yes	NONE	s--	no	rw	tag name
36P	pattern	no	NONE	s-b	no	--	pattern
37# writer=json N
38F	input	yes	NONE	s--	no	r-	input file
39N	name	no	NONE	s--	no	rw	tag name
40P	pattern	yes	NONE	s-b	no	--	pattern
41# writer=json F
42F	input	no	NONE	s--	no	r-	input file
43N	name	yes	NONE	s--	no	rw	tag name
44P	pattern	yes	NONE	s-b	no	--	pattern
45# writer=json P
46F	input	yes	NONE	s--	no	r-	input file
47N	name	yes	NONE	s--	no	rw	tag name
48P	pattern	no	NONE	s-b	no	--	pattern
49# writer=json --fields=-N
50{"_type": "tag", "path": "input.c", "pattern": "/^void main(void) {}$/", "typeref": "typename:void", "kind": "function"}
51# writer=json --fields=N
52{"_type": "tag", "name": "main"}
53# writer=json --fields=-F
54{"_type": "tag", "name": "main", "pattern": "/^void main(void) {}$/", "typeref": "typename:void", "kind": "function"}
55# writer=json --fields=F
56{"_type": "tag", "path": "input.c"}
57# writer=json --fields=-P
58{"_type": "tag", "name": "main", "path": "input.c", "typeref": "typename:void", "kind": "function"}
59# writer=json --fields=P
60{"_type": "tag", "pattern": "/^void main(void) {}$/"}
61# writer=json --fields=
62