Add the following packages libalgorithm-diff-perl libspiffy-perl libtext-diff-perl...
[pkg-perl] / deb-src / libtest-base-perl / libtest-base-perl-0.54 / t / quick_test.t
1 use Test::Base;
2
3 __DATA__
4 === Compare strings
5 --- in split sort join=\s: ccc bbb aaa
6 --- out: aaa bbb ccc
7
8 === Compare deeply
9 --- in eval: [1, 2, 3]
10 --- out eval Reverse: [3, 2, 1]
11
12 === Compare like
13 --- in: You are here
14 --- out regexp: ere$
15