1use Test::Base tests => 2;
2
3delimiters qw($$$ ***);
4
5run {
6    ok(shift);
7};
8
9__END__
10
11$$$
12*** foo
13this
14*** bar
15that
16
17$$$
18
19*** foo
20hola
21*** bar
22latre
23