File: 02warnings.t

package info (click to toggle)
librdf-prefixes-perl 0.005-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 176 kB
  • sloc: perl: 281; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 174 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
use Test::More tests => 1;
use Test::Warn;
use RDF::Prefixes;

warning_like {
	RDF::Prefixes->new({
		'-x' => 'http://www.example.com/',
	})
} qr{^Ignored suggestion -x\b};