Skip to content

translation inconsistency: no quote in attribute selector #13

@justnpT

Description

@justnpT

a = "//a[contains(@href,'attestation-upload')]"
cssify(a)

output:

a[href*=attestation-upload]

expected condition:

in this case proper css selector, or the more accurate selector would be one with quoted value:

a[href*='attestation-upload']

I believe there should be an elegant way to make it happen

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