Skip to content

Can not use multiple val selectors with strings #21

@kpdecker

Description

@kpdecker

Attempting to do something like

:has(:root > :first-child:val("string")) :has(:root > :first-child:val("string"))

Causes an invalid json string error.

Ran this with some additional logging and it appears that the parser is trying to evaluate this as a JSON string:

"string")) :has(:root > :first-child:val("string"

Can work around this issue by performing another evaluation loop in the javascript space.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions