Menu

#501 '·' in regex breaks subroutine folding

v0.6.x
closed-out-of-date
nobody
None
5
2016-05-16
2008-05-27
Jack Tanner
No

Code such as

$doc=~ s/·/ /gi;

breaks subroutine detection and syntax highlighting. The character being replaced is U+00B7 MIDDLE DOT.

Discussion

  • Oliver Trosien

    Oliver Trosien - 2016-05-16
    • status: open --> closed-out-of-date
    • Group: --> v0.6.x
     
  • Oliver Trosien

    Oliver Trosien - 2016-05-16

    Closed: Tried on 0.7.0 and syntax highlighting works for the given code.

     

Log in to post a comment.