From d9befff3ab7491acd3a7781bbe148350748d2163 Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Thu, 22 May 2008 01:20:42 -0500 Subject: ? is just part of the output --- t/100-errors.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/100-errors.t b/t/100-errors.t index 8fbd91b..cc8c7b9 100644 --- a/t/100-errors.t +++ b/t/100-errors.t @@ -7,7 +7,7 @@ use Language::TECO; my $buftext = "this is\nan initial buffer"; my $te = Language::TECO->new($buftext); -throws_ok { $te->execute("100j") } qr/\? Pointer off page/, +throws_ok { $te->execute("100j") } qr/Pointer off page/, 'moving the pointer off the end of the buffer'; -throws_ok { $te->execute("-10j") } qr/\? Pointer off page/, +throws_ok { $te->execute("-10j") } qr/Pointer off page/, 'moving the pointer off the end of the buffer'; -- cgit v1.2.3-54-g00ecf