File: no-tabs.t

package info (click to toggle)
libpod-markdown-perl 3.300000-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 448 kB
  • sloc: perl: 1,007; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 694 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
use strict;
use warnings;

# this test was generated with Dist::Zilla::Plugin::Test::NoTabs 0.15

use Test::More 0.88;
use Test::NoTabs;

my @files = (
    'bin/pod2markdown',
    'lib/Pod/Markdown.pm',
    'lib/Pod/Perldoc/ToMarkdown.pm',
    't/00-compile.t',
    't/00-report-prereqs.dd',
    't/00-report-prereqs.t',
    't/back-compat.t',
    't/basic.t',
    't/codes.t',
    't/encoding.t',
    't/entities.t',
    't/escape.t',
    't/formats.t',
    't/lib/MarkdownTests.pm',
    't/links.t',
    't/lists.t',
    't/meta.t',
    't/misc.t',
    't/nested.t',
    't/new.t',
    't/perldoc.t',
    't/pod2markdown.t',
    't/verbatim.t'
);

notabs_ok($_) foreach @files;
done_testing;