fixed eol bug

--HG--
branch : pmacs2
This commit is contained in:
moculus 2007-07-15 14:30:41 +00:00
parent 7d2f7d5a6c
commit 3a185647ff
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,11 @@ package TBB::Reporting2;
my $bar =~ s/foob/blag/g;
sub foo {
bar()
unless 9;
}
my $foo = {
'foo',
'bar',
@ -132,7 +137,7 @@ sub build_resource_manager {
sub blah {
foo()
unless(1);
unless(1);
}
print 'hi\n';

View File

@ -150,6 +150,7 @@ class PerlTabber(tab2.StackTabber):
not fqname.startswith('heredoc') and
not fqname.startswith('string') and
not fqname.startswith('endblock') and
not fqname == 'eol' and
not fqname == 'comment' and
not fqname == 'null' and
token.string not in ('}', ';', '(', '{', '[', ',')):