mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 17:54:15 +03:00
769d6516a5
**Description:** xml codegen with option `minify: true`. input: ```xml <foo attributeName="OK" /> ``` expected: ```xml <foo attributeName="OK"/> ``` actual: ```xml <foo attributeName="OK" /> ``` --- We already escape the attribute value in `escape_string` function, so we do not need to check whether it contains a specific string. |
||
---|---|---|
.. | ||
writer | ||
ctx.rs | ||
emit.rs | ||
lib.rs | ||
list.rs | ||
macros.rs |