File: 05-multi-chunks-clash.t

package info (click to toggle)
libtest-synopsis-perl 0.17-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 336 kB
  • sloc: perl: 200; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 491 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
use Test::Builder::Tester tests => 1;
use Test::More;
use Test::Synopsis;

test_out('ok 1 - t/lib/TestMultipleChunks.pm (section 1)
not ok 2 - t/lib/TestMultipleChunks.pm (section 2)');

test_diag(q{  Failed test 't/lib/TestMultipleChunks.pm (section 2)'
#   at t/05-multi-chunks-clash.t line 12.
# Bareword "bob" not allowed while "strict subs" in use at t/lib/TestMultipleChunks.pm line 29.});

synopsis_ok("t/lib/TestMultipleChunks.pm");
test_test("synopsis with multiple chunks fails");