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 641101 - Lexical scanner does not parse escape sequences
Lexical scanner does not parse escape sequences
Status: RESOLVED OBSOLETE
Product: glib
Classification: Platform
Component: general
2.24.x
Other All
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2011-02-01 01:31 UTC by Seyfi Duyan
Modified: 2018-05-24 12:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Seyfi Duyan 2011-02-01 01:31:03 UTC
Lexical scanner (GScanner) does not parse escape sequences for single quoted strings when scan_string_sq is TRUE.
e.g.
'Please don\'t send spam messages.' is a legitimate PHP string, but it's not parsed as a single string and is tokenized after \.
When scan_string_sq is TRUE, I'd expect "" like behaviour.
Comment 1 GNOME Infrastructure Team 2018-05-24 12:58:17 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/glib/issues/391.