Skip to content

Use of url() in CSS can break parsing #2

@mvasilkov

Description

@mvasilkov

Consider the following call:

styleParser('background: url("foo.bpm; display: none; fooled:")')

This produces incorrect output:

{
    background: "url(\"foo.bpm",
    display: "none",
    fooled: "\")"
}

Whereas it should be { background: 'url(...)' }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions