File: 01basic.t

package info (click to toggle)
libxml-semanticdiff-perl 1.0004-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 268 kB
  • ctags: 40
  • sloc: perl: 584; xml: 532; makefile: 14
file content (9 lines) | stat: -rw-r--r-- 157 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
use Test;
BEGIN { plan tests => 2 }
END { ok(0) unless $loaded }
use XML::SemanticDiff;
$loaded = 1;
ok(1);

my $diff = XML::SemanticDiff->new();
ok($diff);