gajus/scalpel

Incorrectly quotes in paranthesis

Open

#13 aperta il 23 set 2020

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)JavaScript (7 fork)github user discovery
enhancementhelp wanted

Metriche repository

Star
 (97 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

The generator quotes content in parenthesis: Input string to AST:

body:not(.wp-admin)

Output string from AST:

body:not(".wp-admin")

Which will cause a parse error in the browser (Chrome).

Guida contributor