branch : pmacs2
This commit is contained in:
moculus 2008-12-03 01:31:02 +00:00
parent 6a9e8cd470
commit 213fe04d2b
1 changed files with 1 additions and 1 deletions

View File

@ -2,12 +2,12 @@ package TBB::Reporting2;
my $bar =~ s/foob/blag/g; my $bar =~ s/foob/blag/g;
#@@:heredoc:sql
sub foo { sub foo {
bar() bar()
unless 9 && 3; unless 9 && 3;
} }
#@@:heredoc:sql
my $s = <<EOT; my $s = <<EOT;
select '<foo attr="3">bar bar</foo>'; select '<foo attr="3">bar bar</foo>';
drop table foog; drop table foog;