diff options
author | Yves Orton <demerphq@gemini.(none)> | 2009-07-22 22:29:20 +0200 |
---|---|---|
committer | Yves Orton <demerphq@gemini.(none)> | 2009-07-26 23:28:59 +0200 |
commit | bd54d59dd6a665482e3984318596e9a54427f810 (patch) | |
tree | 05973958d70165a9d19b190ac62988cbb73ec54a /t/op/pat.t | |
parent | 9db5571e8d73e2a2ec3f2848dbd0fe8b71572e59 (diff) | |
download | perl-bd54d59dd6a665482e3984318596e9a54427f810.tar.gz |
fix vim highlighting problem
Diffstat (limited to 't/op/pat.t')
-rw-r--r-- | t/op/pat.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/pat.t b/t/op/pat.t index aa6299f300..87a05dc676 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 <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 = (); |