mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 16:33:37 +01:00
d4fa014534
# Description `query xml` used to return results from an XPath query in a random, non-deterministic order. With this change, results get returned in the order they appear in the document. # User-Facing Changes `query xml` will now return results in a non-random order. # Tests + Formatting - 🟢 `toolkit fmt` - 🟢 `toolkit clippy` - 🟢 `toolkit test` - 🟢 `toolkit test stdlib` # After Submitting |
||
---|---|---|
.. | ||
lib.rs | ||
main.rs | ||
query_json.rs | ||
query_web.rs | ||
query_xml.rs | ||
query.rs | ||
web_tables.rs |