Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when there is "_" symbol in selector #7

Closed
html opened this issue Mar 17, 2013 · 3 comments
Closed

Error when there is "_" symbol in selector #7

html opened this issue Mar 17, 2013 · 3 comments

Comments

@html
Copy link

html commented Mar 17, 2013

This code evaluates normally
(css:query ".dxtlControlAqua" *dom*)

and this shows error

(css:query ".dxtlControl_Aqua" *dom*)

Error is here

Unexpected terminal :- (value NIL). Expected one of: (NIL :|,|
:+ :S :>
:~ :|:| :*
:CLASS
:HASH
:IDENT :[
:|)|)
[Condition of type YACC:YACC-PARSE-ERROR]

@bobbysmith007
Copy link
Member

Thanks so much for the bug report. This has been fixed (by adding _ to the appropriate lexer rule).

61d38be

Cheers,
Russ

@html
Copy link
Author

html commented Mar 20, 2013

Thanks for fixing

@ghost
Copy link

ghost commented Apr 6, 2013

Underscore is also valid in nmstart. See http://www.w3.org/TR/CSS21/grammar.html#scanner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants