From 2e4e39b1f407dc989ac979c5aa00bd8a77f7c129 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 5 Aug 2012 12:28:51 -0700 Subject: =?UTF-8?q?parser.t:=20Move=20tests=20above=20=E2=80=98Add=20tests?= =?UTF-8?q?=20here=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- t/comp/parser.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 't') diff --git a/t/comp/parser.t b/t/comp/parser.t index 9ae7b75d78..ac6742e103 100644 --- a/t/comp/parser.t +++ b/t/comp/parser.t @@ -366,8 +366,6 @@ eval q{ }; is($@, "", "multiline whitespace inside substitute expression"); -# Add new tests HERE: - eval '@A =~ s/a/b/; # compilation error sub tahi {} sub rua; @@ -390,6 +388,8 @@ is $::{waru}, undef, 'sub w attr+proto ignored after compilation error'; is $::{iwa}, undef, 'non-empty sub decl ignored after compilation error'; is *BEGIN{CODE}, undef, 'BEGIN leaves no stub after compilation error'; +# Add new tests HERE (above this line) + # bug #74022: Loop on characters in \p{OtherIDContinue} # This test hangs if it fails. eval chr 0x387; -- cgit v1.2.1