Remove tests
[pkg-perl] / deb-src / libtest-base-perl / libtest-base-perl-0.54 / t / run_compare.t
1 use Test::Base tests => 3;
2
3 run_compare in => 'out';
4
5 __DATA__
6 === Compare strings
7 --- in split sort join=\s: ccc bbb aaa
8 --- out: aaa bbb ccc
9
10 === Compare deeply
11 --- in eval: [1, 2, 3]
12 --- out eval Reverse: [3, 2, 1]
13
14 === Compare like
15 --- in: You are here
16 --- out regexp: ere$
17