Skip to content

Instantly share code, notes, and snippets.

@typester
Created July 9, 2009 10:16
Show Gist options
  • Save typester/143554 to your computer and use it in GitHub Desktop.
Save typester/143554 to your computer and use it in GitHub Desktop.
use strict;
use warnings;
use Test::More tests => 1;
use Text::MicroTemplate qw(:all);
is render_mt(<<'...')->as_string, "abc\n1\n2\n3\ndef\n";
abc
? if (1) {
? for my $n (1..3) {
?= $n
? }
? }
def
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment