The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
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 = (
    'lib/XML/Grammar/Fortune.pm',
    'lib/XML/Grammar/Fortune/ToText.pm',
    't/00-compile.t',
    't/00-load.t',
    't/00basic.t',
    't/data/text-results/irc-conversation-1.txt',
    't/data/text-results/irc-conversation-3-with-join-unjoin.txt',
    't/data/text-results/quote-fort-sample-10-with-hyperlink.txt',
    't/data/text-results/quote-fort-sample-11-with-work-elem-spanning-several-lines.txt',
    't/data/text-results/quote-fort-sample-2-with-brs.txt',
    't/data/text-results/quote-fort-sample-3-more-than-one-para.txt',
    't/data/text-results/quote-fort-sample-4-ul.txt',
    't/data/text-results/quote-fort-sample-5-ol.txt',
    't/data/text-results/quote-fort-sample-6-with-bold.txt',
    't/data/text-results/quote-fort-sample-7-with-italics.txt',
    't/data/text-results/quote-fort-sample-8-with-em-and-strong.txt',
    't/data/text-results/quote-fort-sample-9-with-blockquote.txt',
    't/data/text-results/raw-fort-empty-info-1.txt',
    't/data/text-results/raw-fort-with-info-1.txt',
    't/data/text-results/screenplay-fort-sample-1.txt',
    't/data/text-results/screenplay-fort-sample-2-long-line.txt',
    't/data/text-results/screenplay-fort-sample-2-with-italics.txt',
    't/data/text-results/screenplay-fort-sample-3-with-inlinedesc.txt',
    't/data/web-feed-synd/after/irc-3.xml',
    't/data/web-feed-synd/before/irc-3.xml',
    't/data/xhtml-results/facts-fort-1.xhtml',
    't/data/xhtml-results/facts-fort-3-more-than-one-list.xhtml',
    't/data/xhtml-results/facts-fort-4-from-shlomifish.org--he-IL.xhtml',
    't/data/xhtml-results/facts-fort-4-from-shlomifish.org.xhtml',
    't/data/xhtml-results/facts-fort-5-author-href.xhtml',
    't/data/xhtml-results/irc-conversation-4-several-convos.xhtml',
    't/data/xhtml-results/irc-convos-and-raw-fortunes-1.xhtml',
    't/data/xhtml-results/quote-fort-sample-1.xhtml',
    't/data/xhtml-results/quote-fort-sample-10-with-hyperlink.xhtml',
    't/data/xhtml-results/quote-fort-sample-2-with-brs.xhtml',
    't/data/xhtml-results/quote-fort-sample-4-ul.xhtml',
    't/data/xhtml-results/quote-fort-sample-5-ol.xhtml',
    't/data/xhtml-results/quote-fort-sample-6-with-bold.xhtml',
    't/data/xhtml-results/quote-fort-sample-7-with-italics.xhtml',
    't/data/xhtml-results/quote-fort-sample-8-with-em-and-strong.xhtml',
    't/data/xhtml-results/raw-fort-empty-info-1.xhtml',
    't/data/xhtml-results/screenplay-fort-sample-1.xhtml',
    't/data/xhtml-results/screenplay-fort-sample-2-with-italics.xhtml',
    't/data/xml/facts-fort-1.xml',
    't/data/xml/facts-fort-2-more-than-one-fact.xml',
    't/data/xml/facts-fort-3-more-than-one-list.xml',
    't/data/xml/facts-fort-4-from-shlomifish.org.xml',
    't/data/xml/facts-fort-5-author-href.xml',
    't/data/xml/irc-conversation-1.xml',
    't/data/xml/irc-conversation-2-with-slash-me.xml',
    't/data/xml/irc-conversation-3-with-join-unjoin.xml',
    't/data/xml/irc-conversation-4-several-convos.xml',
    't/data/xml/irc-convos-and-raw-fortunes-1.xml',
    't/data/xml/quote-fort-sample-1.xml',
    't/data/xml/quote-fort-sample-10-with-hyperlink.xml',
    't/data/xml/quote-fort-sample-11-with-work-elem-spanning-several-lines.xml',
    't/data/xml/quote-fort-sample-2-with-brs.xml',
    't/data/xml/quote-fort-sample-3-more-than-one-para.xml',
    't/data/xml/quote-fort-sample-4-ul.xml',
    't/data/xml/quote-fort-sample-5-ol.xml',
    't/data/xml/quote-fort-sample-6-with-bold.xml',
    't/data/xml/quote-fort-sample-7-with-italics.xml',
    't/data/xml/quote-fort-sample-8-with-em-and-strong.xml',
    't/data/xml/quote-fort-sample-9-with-blockquote.xml',
    't/data/xml/raw-fort-empty-info-1.xml',
    't/data/xml/raw-fort-with-info-1.xml',
    't/data/xml/screenplay-fort-sample-1.xml',
    't/data/xml/screenplay-fort-sample-2-long-line.xml',
    't/data/xml/screenplay-fort-sample-2-with-italics.xml',
    't/data/xml/screenplay-fort-sample-3-with-inlinedesc.xml',
    't/to-text.t',
    't/to-xhtml-using-api.t',
    't/to-xhtml.t',
    't/xml-validate.t'
);

notabs_ok($_) foreach @files;
done_testing;