xref: /Universal-ctags/Units/parser-perl.r/skip-heredoc.d/expected.tags (revision 08bf1b999d211d0a18de5b4e5f65ad0f8dbf1c51)
1myfunc0	input.pl	/^sub myfunc0$/;"	s	line:1
2foo	input.pl	/^   print <<"foo", <<~\\bar; # you can stack them$/;"	h	line:5	end:10
3bar	input.pl	/^   print <<"foo", <<~\\bar; # you can stack them$/;"	h	line:5	end:15
4myfunc3	input.pl	/^sub myfunc3$/;"	s	line:17
5THIS	input.pl	/^   myfunc0(<< "THIS", 23, <<'THAT');$/;"	h	line:21	end:33
6THAT	input.pl	/^   myfunc0(<< "THIS", 23, <<'THAT');$/;"	h	line:21	end:41
7myfunc9	input.pl	/^sub myfunc9$/;"	s	line:42
8AB"CD	input.pl	/^myfunc0(<< "AB\\"CD", << 'EF\\GH');$/;"	h	line:46	end:53
9EF\\GH	input.pl	/^myfunc0(<< "AB\\"CD", << 'EF\\GH');$/;"	h	line:46	end:59
10myfunc12	input.pl	/^sub myfunc12$/;"	s	line:61
11END	input-0.pl	/^(($argc == (1 << 0x1)) or ($argc >= (1<<1) and $opt_write)) or die <<END;$/;"	h	line:2	end:10
12foo	input-0.pl	/^sub foo {$/;"	s	line:12
13