Skip to content

Commit

Permalink
forgot about quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Konojacki authored and jonswar committed Jul 12, 2012
1 parent e8766ed commit 1ee7a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/mason-app.t
Expand Up @@ -13,5 +13,5 @@ write_file( $comp_file, "%% has 'd';\nd * 2 = <% \$.d * 2 %>" );
my $output = `$^X bin/mason.pl $comp_file --data-dir $tempdir/data --args "{\\"d\\":\\"4\\"}"`;
is( $output, "d * 2 = 8\n", 'correct output' );
ok( -f "$tempdir/data/obj/hello.mc.mobj", "object file exists" );
$output = `$^X bin/mason.pl -e '<% 3+3 %>'`;
$output = `$^X bin/mason.pl -e "<% 3+3 %>"`;
is( $output, "6\n", 'correct output' );

0 comments on commit 1ee7a98

Please sign in to comment.