summaryrefslogtreecommitdiffstats
path: root/t/100-errors.t
diff options
context:
space:
mode:
Diffstat (limited to 't/100-errors.t')
-rw-r--r--t/100-errors.t2
1 files changed, 1 insertions, 1 deletions
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);