File: eol.t

package info (click to toggle)
libtext-table-perl 1.135-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 264 kB
  • sloc: perl: 906; makefile: 5
file content (21 lines) | stat: -rw-r--r-- 442 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
use strict;
use warnings;

# this test was generated with Dist::Zilla::Plugin::Test::EOL 0.19

use Test::More 0.88;
use Test::EOL;

my @files = (
    'lib/Text/Table.pm',
    't/00-compile.t',
    't/01_ini.t',
    't/10_Table.t',
    't/11_Variable_Rule.t',
    't/12_column_seps_as_hashes.t',
    't/13_callback_rules_with_whitespace.t',
    't/14_overload.t'
);

eol_unix_ok($_, { trailing_whitespace => 1 }) foreach @files;
done_testing;