Skip to content

Commit

Permalink
fix syntax error.
Browse files Browse the repository at this point in the history
  • Loading branch information
gugod committed Mar 3, 2011
1 parent ed8034e commit da0eaf4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions t/var-in-attribute-simple.t
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ template 'three' => sub {

template 'four' => sub {
h1(class => "id-four") { "four" };
}

};

package main;
use Test::More tests => 4;
Expand Down

0 comments on commit da0eaf4

Please sign in to comment.