gajus/scalpel

Incorrectly quotes in paranthesis

Open

#13 opened on 2020年9月23日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)JavaScript (7 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (97 stars)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド