xref: /Universal-ctags/Tmain/kinddef.d/stdout-expected.txt (revision 2854ad6d7758d2dd883c5178219ef6e02c51ed53)
1
2# NOSUCHLANG
3
4# define "a"
5#LETTER NAME ENABLED REFONLY NROLES MASTER DESCRIPTION
6a       aa   yes     no      0      NONE   aaa
7
8# no description 1
9
10# no description 2
11
12# no name 1
13
14# no name 2
15
16# an empty name 1
17
18# an empty name 2
19
20# wrong letter in name 1
21
22# wrong letter in name 2
23
24# wrong letter in name 3
25
26# no letter 1
27
28# no letter 2
29
30# no letter 3
31
32# no letter 4
33
34# no letter 5
35
36# wrong letter
37
38# wrong letter (using number)
39
40# reusing the letter for file kind
41
42# reusing the name for file kind
43
44# inject a flag separator
45#LETTER NAME ENABLED REFONLY NROLES MASTER DESCRIPTION
46x       kind yes     no      0      NONE   desc
47
48# inject a broken flag separator(1)
49#LETTER NAME ENABLED REFONLY NROLES MASTER DESCRIPTION
50x       kind yes     no      0      NONE   desc
51
52# inject a broken flag separator(2)
53#LETTER NAME ENABLED REFONLY NROLES MASTER DESCRIPTION
54x       kind yes     no      0      NONE   desc
55
56# use a { in description (1)
57#LETTER NAME ENABLED REFONLY NROLES MASTER DESCRIPTION
58x       kind yes     no      0      NONE   desc{
59
60# use a { in description (2)
61#LETTER NAME ENABLED REFONLY NROLES MASTER DESCRIPTION
62x       kind yes     no      0      NONE   desc{}
63
64# use a number char as the initial letter
65
66# use a number char within the body
67#LETTER NAME  ENABLED REFONLY NROLES MASTER DESCRIPTION
68x       k0ind yes     no      0      NONE   desc
69
70# use a \ in description
71#LETTER NAME ENABLED REFONLY NROLES MASTER DESCRIPTION
72x       kind yes     no      0      NONE   desc\backslash
73
74# description started from {
75
76# description started from \{
77#LETTER NAME ENABLED REFONLY NROLES MASTER DESCRIPTION
78x       kind yes     no      0      NONE   {
79
80# _refonly flag
81#LETTER NAME ENABLED REFONLY NROLES MASTER DESCRIPTION
82x       kind yes     no      0      NONE   desc
83#LETTER NAME ENABLED REFONLY NROLES MASTER DESCRIPTION
84x       kind yes     no      1      NONE   desc
85#LETTER NAME ENABLED REFONLY NROLES MASTER DESCRIPTION
86x       kind yes     yes     1      NONE   desc
87