From 489766d2e7a04342364d604fcf2bec740ea43c82 Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Thu, 22 May 2008 11:34:48 -0500 Subject: wrong number of tests --- t/100-errors.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/100-errors.t b/t/100-errors.t index 26275c5..3bd23e1 100644 --- a/t/100-errors.t +++ b/t/100-errors.t @@ -6,7 +6,7 @@ use Test::Exception; use Language::TECO; my @test_cmds = qw/j c d/; -plan tests => @test_cmds * 4; +plan tests => @test_cmds * 6; my $buftext = "this is\nan initial buffer"; my $te = Language::TECO->new($buftext); -- cgit v1.2.3