Commit df83e677 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Update and reenable parser tests

parent a01aed02
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ use strict;
use warnings;
use 5.010;

use Test::Command tests => (76 - 3*7);
use Test::Command tests => 76;

my $efa     = 'bin/efa';
my $testarg = "E HBf MH HBf";
@@ -107,7 +107,6 @@ for my $opt (qw/-v --version/) {
	$cmd->stderr_is_eq($EMPTY);
}

__END__

for my $file (qw{
	e_hbf_mh_hbf

test/dump_ambiguous

0 → 100644
+796 −0

File added.

Preview size limit exceeded, changes collapsed.

+226 −65

File changed.

Preview size limit exceeded, changes collapsed.

+59 −71

File changed.

Preview size limit exceeded, changes collapsed.

+48 −48

File changed.

Preview size limit exceeded, changes collapsed.

Loading