File: schemes_import_X.t

package info (click to toggle)
libcolor-calc-perl 1.073-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 232 kB
  • sloc: perl: 398; makefile: 7
file content (4 lines) | stat: -rw-r--r-- 127 bytes parent folder | download | duplicates (5)
1
2
3
4
use Test::More tests => 2;
use Test::NoWarnings;
use Color::Calc('OutputFormat' => 'html' );
is(color_get	('green'),		'lime');