mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 08:23:24 +01:00
e4c2c123ab
# Description This PR addresses #11525 by adding `--partial-escape` which makes `to xml` only escape `<>&` in text and `<>&"` in comments. This PR also fixes issue where comment and PI content was escaped even though [it should not be](https://stackoverflow.com/a/46637835) # User-Facing Changes Correct comments and PIs `to xml --partial-escape` flag to emit less escaped characters # Tests + Formatting Added tests for specified issues |
||
---|---|---|
.. | ||
commands | ||
format_conversions | ||
main.rs |