fix vim highlighting problem
authorYves Orton <demerphq@gemini.(none)>
Wed, 22 Jul 2009 20:29:20 +0000 (22:29 +0200)
committerYves Orton <demerphq@gemini.(none)>
Sun, 26 Jul 2009 21:28:59 +0000 (23:28 +0200)
t/op/pat.t

index aa6299f..87a05dc 100644 (file)
@@ -4159,7 +4159,7 @@ sub run_tests {
             [ 1, qr#^((??{"(?:|<(/?bla)>)"}))((??{$nested_tags}))\1$#, "bla blubb <bla><blubb></blubb></bla>", "a b <bla><blubb></blubb></bla>" ],
             [ 0, qr#^((??{"(?!)"}))?((??{$nested_tags}))(?!)$#, "bla blubb undef", "a b undef" ],
 
-        ) {
+        ) { #"#silence vim highlighting
             $c++;
             @ctl_n = ();
             @plus = ();