nushell/crates/nu-command/tests
Astrick e9508b578a
Fix find puts extra cols into record (#9397)
# Description
<!--
Thank you for improving Nushell. Please, check our [contributing
guide](../CONTRIBUTING.md) and talk to the core team before making major
changes.

Description of your pull request goes here. **Provide examples and/or
screenshots** if your changes affect the user experience.
-->

Trying to fix #9394. 

The problem with PR #9159 seems to be when searching for multiple terms,
each term is checked against the original values. It outputs a new value
for each such check, thus introducing replication for each search term.
As a result, it works fine with num of search term = 1.
2023-06-10 16:57:26 -05:00
..
commands Fix find puts extra cols into record (#9397) 2023-06-10 16:57:26 -05:00
format_conversions Parameter defaults to $nu.scope.commands (#9152) 2023-05-11 13:59:56 -05:00
main.rs Reuse the cached parse results of parsed files (#8949) 2023-04-22 07:00:33 +12:00