MarpaX-Hoonlint

 view release on metacpan or  search on metacpan

xt/arvo.t  view on Meta::CPAN

# Test of hoonlint utility

use 5.010;
use strict;
use warnings;

use Data::Dumper;
use English qw( -no_match_vars );

use Test::More tests => 311 * 3;

use Test::Differences;
use IPC::Cmd qw[run_forked];

sub slurp {
    my ($fileName) = @_;
    local $RS = undef;
    my $fh;
    open $fh, q{<}, $fileName or die "Cannot open $fileName";
    my $file = <$fh>;
    close $fh;
    return \$file;
}

my $fileList = <<'END_OF_LIST';
hoons/arvo/sur/gmail-message.hoon
hoons/arvo/sur/kyev.hoon
hoons/arvo/sur/plan/diff.hoon
hoons/arvo/sur/plan/acct.hoon
hoons/arvo/sur/static.hoon
hoons/arvo/sur/down.hoon
hoons/arvo/sur/sole.hoon
hoons/arvo/sur/gh.hoon
hoons/arvo/sur/tree-include.hoon
hoons/arvo/sur/recoverable-error.hoon
hoons/arvo/sur/twitter.hoon
hoons/arvo/sur/rfc.hoon
hoons/arvo/sur/markdown.hoon
hoons/arvo/sur/unicode-data.hoon
hoons/arvo/sur/hall.hoon
hoons/arvo/sur/gmail-label.hoon
hoons/arvo/sur/lens.hoon
hoons/arvo/tests/new-hoon/mp.hoon
hoons/arvo/tests/new-hoon/ls.hoon
hoons/arvo/tests/new-hoon/thr.hoon
hoons/arvo/tests/new-hoon/myb.hoon
hoons/arvo/tests/zuse/crypto/keccak.hoon
hoons/arvo/sys/zuse.hoon
hoons/arvo/sys/hoon.hoon
hoons/arvo/sys/arvo.hoon
hoons/arvo/sys/vane/behn.hoon
hoons/arvo/sys/vane/dill.hoon
hoons/arvo/sys/vane/ford.hoon
hoons/arvo/sys/vane/ames.hoon
hoons/arvo/sys/vane/gall.hoon
hoons/arvo/sys/vane/eyre.hoon
hoons/arvo/sys/vane/xmas.hoon
hoons/arvo/sys/vane/clay.hoon
hoons/arvo/sys/vane/jael.hoon
hoons/arvo/app/gmail.hoon
hoons/arvo/app/test.hoon
hoons/arvo/app/gmail/split.hoon
hoons/arvo/app/twit.hoon
hoons/arvo/app/fora.hoon
hoons/arvo/app/static.hoon
hoons/arvo/app/hood.hoon
hoons/arvo/app/dojo.hoon
hoons/arvo/app/time.hoon
hoons/arvo/app/gh.hoon
hoons/arvo/app/ask.hoon
hoons/arvo/app/pipe.hoon
hoons/arvo/app/talk.hoon



( run in 0.536 second using v1.01-cache-2.11-cpan-0b5f733616e )