Skip to content

Commit

Permalink
merge retidied
Browse files Browse the repository at this point in the history
  • Loading branch information
jonswar committed Jul 12, 2012
1 parent 5e5c49d commit 2da37b8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions t/mason-app.t
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -9,12 +9,7 @@ my $tempdir = tempdir( 'mason-app-XXXX', TMPDIR => 1, CLEANUP => 1 );
my $comp_file = "$tempdir/hello.mc"; my $comp_file = "$tempdir/hello.mc";
write_file( $comp_file, "%% has 'd';\nd * 2 = <% \$.d * 2 %>" ); write_file( $comp_file, "%% has 'd';\nd * 2 = <% \$.d * 2 %>" );


<<<<<<< HEAD
# Ugly string escaping for Windows # Ugly string escaping for Windows
=======
# This string escaping may look ugly, but it is only way to make it work under
# Windows
>>>>>>> 31ad27340fa96c27b0ec358f31990791dd599b0c
my $output = `$^X bin/mason.pl $comp_file --data-dir $tempdir/data --args "{\\"d\\":\\"4\\"}"`; my $output = `$^X bin/mason.pl $comp_file --data-dir $tempdir/data --args "{\\"d\\":\\"4\\"}"`;
is( $output, "d * 2 = 8\n", 'correct output' ); is( $output, "d * 2 = 8\n", 'correct output' );
ok( -f "$tempdir/data/obj/hello.mc.mobj", "object file exists" ); ok( -f "$tempdir/data/obj/hello.mc.mobj", "object file exists" );
Expand Down

0 comments on commit 2da37b8

Please sign in to comment.