GNOME Bugzilla – Bug 641101
Lexical scanner does not parse escape sequences
Last modified: 2018-05-24 12:58:17 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.
-- 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.