``` <span :class="foo ? bar(baz as string) + ' px-1 rounded-md': ''"></span> ``` Attempting to format this gives "Parsing error: Unexpected token" and turns it into ``` <span :class="foo ? bar(baz as string) + " rounded-md px-1": ''" ></span> ```
Attempting to format this gives "Parsing error: Unexpected token"
and turns it into