File: 09-bad_param_plan_order.t

package info (click to toggle)
libtest-number-delta-perl 1.06-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 232 kB
  • sloc: perl: 305; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 201 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
use strict;
use Test::More tests => 2;

require_ok("Test::Number::Delta");

eval { Test::Number::Delta->import( tests => 1, within => 1e-4 ) };
ok( $@, "dies if parameter is given after test plan" );