This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
gtk
Watch
1
Star
0
Fork
1
You've already forked gtk
mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced
2024-11-17 14:30:15 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
f887fec55c
gtk
/
testsuite
/
css
/
parser
/
does-not-exist.errors
2 lines
57 B
Plaintext
Raw
Normal View
History
Unescape
Escape
css: Rewrite the parser Instead of relying on GScanner and its idea of syntax, code up a parser that obeys the CSS spec. This also has the great side effect of reporting correct line numbers and positions. Also included is a reorganization of the returned error values. Instead of error values describing what type of syntax error was returned, the code just returns SYNTAX_ERROR. Other messages exist for when actual values don't work or when errors shouldn't be fatal due to backwards compatibility.
2011-04-14 02:47:18 +00:00
does-not-exist.css:2: error: GTK_CSS_PROVIDER_ERROR_NAME
Reference in New Issue
Copy Permalink