File: 01_export.t

package info (click to toggle)
libstring-diff-perl 0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 300 kB
  • sloc: perl: 333; sh: 20; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 193 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
use Test::Base;
use String::Diff qw( diff_fully diff diff_merge diff_regexp );

plan tests => 4;

ok(defined &diff_fully);
ok(defined &diff);
ok(defined &diff_merge);
ok(defined &diff_regexp);