Closed
Description
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
Labels
No labels