gajus/scalpel

Incorrectly quotes in paranthesis

Open

#13 aberto em 23 de set. de 2020

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (7 forks)github user discovery
enhancementhelp wanted

Métricas do repositório

Stars
 (97 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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).

Guia do colaborador