branch : pmacs2
This commit is contained in:
moculus 2007-07-24 19:36:36 +00:00
parent d57ca798bc
commit 17ba41e335
1 changed files with 2 additions and 2 deletions

View File

@ -7,14 +7,14 @@ sub foo {
unless 9 && 3; unless 9 && 3;
} }
#@@:heredoc:mode_sql.Sql #@@:heredoc:mode.sql.Sql
my $s = <<EOT; my $s = <<EOT;
drop table foog; drop table foog;
select cast(plunk as timestamp) from blarg join plarg using(id_what) where x = 3; select cast(plunk as timestamp) from blarg join plarg using(id_what) where x = 3;
EOT EOT
my $foo = { my $foo = {
#@@:string:mode_sql.Sql #@@:string:mode.sql.Sql
'drop table ', 'drop table ',
'bar', 'bar',
}; };