After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 693597 - Perl double-slash operator misinterpreted
Perl double-slash operator misinterpreted
Status: RESOLVED DUPLICATE of bug 582545
Product: gtksourceview
Classification: Platform
Component: Syntax files
3.6.x
Other Linux
: Normal normal
: ---
Assigned To: GTK Sourceview maintainers
GTK Sourceview maintainers
Depends on:
Blocks:
 
 
Reported: 2013-02-11 16:36 UTC by Seán de Búrca
Modified: 2013-03-29 18:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Seán de Búrca 2013-02-11 16:36:22 UTC
When writing perl and using the // operator (described at http://perldoc.perl.org/perlop.html#Logical-Defined-Or), the remainder of the document is highlighted as though it were a string. The following snippet, highlighted as Perl, is sufficient to reproduce:

my $var = "foo" // $VAR;

my $other_var = "bar";
Comment 1 Carnë Draug 2013-03-29 18:07:09 UTC
Thanks for taking the time to report this bug.
This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade.

More specifically, it was fixed with commit 362b7f909c3a7d7f751e5e8efdcdb61c61afc790

*** This bug has been marked as a duplicate of bug 582545 ***