Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gfx committed Nov 3, 2011
1 parent aa82e5c commit bba0ed4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/030_kolon/040_external_macro.t
@@ -1,6 +1,6 @@
#!perl -w
#
# external macros
# global macros
#
use strict;
use Test::More skip_all => 'TODO';
Expand All @@ -9,7 +9,7 @@ use Text::Xslate;

my %vpath = (
'macro/bar.tx' => <<'T',
: our macro bar -> {
: our macro hello -> {
Hello, world!
: end
T
Expand Down

0 comments on commit bba0ed4

Please sign in to comment.