From: Yves Orton Date: Wed, 22 Jul 2009 20:29:20 +0000 (+0200) Subject: fix vim highlighting problem X-Git-Tag: accepted/trunk/20130322.191538~11078 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bd54d59dd6a665482e3984318596e9a54427f810;p=platform%2Fupstream%2Fperl.git fix vim highlighting problem --- diff --git a/t/op/pat.t b/t/op/pat.t index aa6299f..87a05dc 100644 --- a/t/op/pat.t +++ b/t/op/pat.t @@ -4159,7 +4159,7 @@ sub run_tests { [ 1, qr#^((??{"(?:|<(/?bla)>)"}))((??{$nested_tags}))\1$#, "bla blubb ", "a b " ], [ 0, qr#^((??{"(?!)"}))?((??{$nested_tags}))(?!)$#, "bla blubb undef", "a b undef" ], - ) { + ) { #"#silence vim highlighting $c++; @ctl_n = (); @plus = ();