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 738971 - Fix escapes in Lua.
Fix escapes in Lua.
Status: RESOLVED FIXED
Product: gtksourceview
Classification: Platform
Component: Syntax files
git master
Other All
: Normal minor
: ---
Assigned To: GTK Sourceview maintainers
GTK Sourceview maintainers
Depends on:
Blocks:
 
 
Reported: 2014-10-21 22:03 UTC by Kate Adams
Modified: 2014-10-22 14:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch. (860 bytes, patch)
2014-10-21 22:03 UTC, Kate Adams
none Details | Review

Description Kate Adams 2014-10-21 22:03:16 UTC
Created attachment 289087 [details] [review]
Patch.

Fixed escapes not working correctly in Lua.

Previously only \d{1,3}, and single letter escapes were shown correctly, meaning "\xFF" and "\u{FFF}" would be incorrectly highlighted.
Comment 1 Sébastien Wilmet 2014-10-22 14:08:06 UTC
Pushed:
https://git.gnome.org/browse/gtksourceview/commit/?id=f46f3ada13ede524da56586d57f6648120acd6aa

For the commit message, the first line should be short, followed by a blank line, followed by a longer description, followed by the URL to the bug report.