Skip to content

No way to find out if Token::QuotedString had single or double quotation marks #282

Closed
@snshn

Description

@snshn

I believe it's crucial for being able to "disassemble" and "re-assemble" CSS back to match the original, 100%.

Basically, Token::QuotedString(ref value) should also have ref double in it, e.g. Token::QuotedString(ref value, ref double), or something similar.

edit:
if it's possible to use symbols other than ' and " as quotation marks, perhaps it should have ref symbol there instead... if the opening and closing marks can be different, likely ref symbols (or ref symbol_open, ref symbol_close).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions