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 394680 - Problem parsing function name starting with 'u' and
Problem parsing function name starting with 'u' and
Status: RESOLVED FIXED
Product: libcroco
Classification: Core
Component: General
0.6.x
Other Linux
: Normal normal
: ---
Assigned To: libcroco maintainers
libcroco maintainers
Depends on:
Blocks:
 
 
Reported: 2007-01-09 16:09 UTC by Benjamin Dauvergne
Modified: 2007-01-09 16:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Don't parse any token starting with an 'u' or an 'r' as an ident (1.75 KB, patch)
2007-01-09 16:13 UTC, Benjamin Dauvergne
committed Details | Review

Description Benjamin Dauvergne 2007-01-09 16:09:31 UTC
Reported by Björn Höhrmann:
 For some reason x{clip: rect(0,0,0,0);} is parsed as if x{clip:rect}
which is quite different. I remember raising some issues concerning
functional notations earlier, maybe this is an instance of them...
Comment 1 Benjamin Dauvergne 2007-01-09 16:13:27 UTC
Created attachment 79855 [details] [review]
Don't parse any token starting with an 'u' or an 'r' as an ident

It should resolve the bug.
Comment 2 Dominic Lachowicz 2007-01-09 16:44:21 UTC
Patch looks good. Thanks.