When comment characters are detected inside quotation marks in a value such as - `content: "/*contentComment*/";` Actual result: The characters inside /**/ are lost on parsing. Expected result: Any characters inside a string will be preserved.
When comment characters are detected inside quotation marks in a value such as -
content: "/*contentComment*/";Actual result: The characters inside /**/ are lost on parsing.
Expected result: Any characters inside a string will be preserved.