File: lines.t

package info (click to toggle)
libgoto-file-perl 0.005-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 152 kB
  • sloc: perl: 72; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 250 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
use Test2::V0 -target => 'goto::file';
use Test2::IPC;
use Test2::Require::RealFork;

use File::Temp qw/tempfile/;

use ok $CLASS => [
    "is(__LINE__, 1, 'got line 1');",
    "ok(1, 'pass');",
    "done_testing;",
];

die "Should not get here!\n";