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 660186 - Fixed regex that needed the - in a set
Fixed regex that needed the - in a set
Status: RESOLVED FIXED
Product: gtksourceview
Classification: Platform
Component: Syntax files
git master
Other All
: Normal enhancement
: ---
Assigned To: GTK Sourceview maintainers
GTK Sourceview maintainers
Depends on:
Blocks:
 
 
Reported: 2011-09-26 22:25 UTC by Wa
Modified: 2011-10-01 13:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
git format patch against language2.rng (2.63 KB, patch)
2011-09-26 22:25 UTC, Wa
none Details | Review

Description Wa 2011-09-26 22:25:00 UTC
Created attachment 197526 [details] [review]
git format patch against language2.rng

There were a few regex in language2.rng in the form ([etc]|-)+ (some with a comment expressing the issue). I've changed these to the proper [etc\-]+ and removed the related comments.
Comment 1 Paolo Borelli 2011-10-01 13:55:03 UTC
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.