nushell/crates/nu-command/tests/format_conversions
Artemiy 5f7425a7b4
Xml errors fix (#11487)
# Description
Fixes #11264
This PR adds checks in `to xml` to output error for malformed xml
entries:
* With columns that are not one of `tag`, `attributes` or `content`
* With no `tag` when entry is not a string
* With `tag` that is not a string
This PR also replaces `attrs` with `attributes` in example and
extra_usage of `to xml` (column was originally named attrs and renamed
to attributes, but this was missed in docs)

# User-Facing Changes
`to xml` will produce error for conditions described above instead of
silently returning nothing

# Tests + Formatting
Added tests for `to xml` to check handling of malformed xml entries
2024-01-05 15:56:13 -06:00
..
csv.rs bump rust-toolchain to 1.72.1 (#11079) 2023-11-16 15:14:45 -06:00
html.rs Remove cd w/ abbreviations (#10588) 2023-10-03 10:51:46 +13:00
json.rs Fix warnings and old names (#8457) 2023-03-15 18:54:55 +13:00
markdown.rs Clean up tests containing unnecessary cwd: tokens (#9692) 2023-07-17 18:43:51 +02:00
mod.rs Remove dead BSON related tests (#10458) 2023-09-21 20:01:49 +02:00
nuon.rs Disallow duplicated columns in table literals (#10875) 2023-11-01 21:25:35 +01:00
ods.rs Add long options for formats (#10645) 2023-10-08 19:07:09 +02:00
ssv.rs refactor: change column names from 'Column*' to 'column*' (#4556) 2022-02-19 19:26:47 -05:00
toml.rs Clean up tests containing unnecessary cwd: tokens (#9692) 2023-07-17 18:43:51 +02:00
tsv.rs bump rust-toolchain to 1.72.1 (#11079) 2023-11-16 15:14:45 -06:00
url.rs Rename to url command to url build-query (#7702) 2023-01-15 10:16:29 -08:00
xlsx.rs Add long options for formats (#10645) 2023-10-08 19:07:09 +02:00
xml.rs Xml errors fix (#11487) 2024-01-05 15:56:13 -06:00
yaml.rs Clean up tests containing unnecessary cwd: tokens (#9692) 2023-07-17 18:43:51 +02:00