parent
7d2f7d5a6c
commit
3a185647ff
|
@ -2,6 +2,11 @@ package TBB::Reporting2;
|
||||||
|
|
||||||
my $bar =~ s/foob/blag/g;
|
my $bar =~ s/foob/blag/g;
|
||||||
|
|
||||||
|
sub foo {
|
||||||
|
bar()
|
||||||
|
unless 9;
|
||||||
|
}
|
||||||
|
|
||||||
my $foo = {
|
my $foo = {
|
||||||
'foo',
|
'foo',
|
||||||
'bar',
|
'bar',
|
||||||
|
|
|
@ -150,6 +150,7 @@ class PerlTabber(tab2.StackTabber):
|
||||||
not fqname.startswith('heredoc') and
|
not fqname.startswith('heredoc') and
|
||||||
not fqname.startswith('string') and
|
not fqname.startswith('string') and
|
||||||
not fqname.startswith('endblock') and
|
not fqname.startswith('endblock') and
|
||||||
|
not fqname == 'eol' and
|
||||||
not fqname == 'comment' and
|
not fqname == 'comment' and
|
||||||
not fqname == 'null' and
|
not fqname == 'null' and
|
||||||
token.string not in ('}', ';', '(', '{', '[', ',')):
|
token.string not in ('}', ';', '(', '{', '[', ',')):
|
||||||
|
|
Loading…
Reference in New Issue