File: 02nordf.t

package info (click to toggle)
libhtml-html5-outline-perl 0.006-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 372 kB
  • sloc: perl: 3,573; makefile: 7; sh: 1
file content (7 lines) | stat: -rw-r--r-- 205 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
use Test::More tests => 2;
use HTML::HTML5::Outline 0.004 rdf => 0;

ok(!HTML::HTML5::Outline->has_rdf,
	"RDF support can be disabled.");

ok(!HTML::HTML5::Outline->can('to_rdf'), "to_rdf doesn't exist");