nushell/src/tests
Leon 833825ae9a
Allow iteration blocks to have an optional extra index parameter (alternative to -n flags) (#6994)
Alters `all`, `any`, `each while`, `each`, `insert`, `par-each`, `reduce`, `update`, `upsert` and `where`,
so that their blocks take an optional parameter containing the index.
2022-11-21 14:35:11 +01:00
..
test_bits.rs str collect => str join (#6531) 2022-09-11 11:48:27 +03:00
test_conditionals.rs Experiment: Allow both $true/true and $false/false (#4696) 2022-03-02 19:55:03 -05:00
test_config_path.rs Add test cases for $nu.config-path change (#6385) 2022-08-23 10:18:14 +03:00
test_converters.rs Fix to json escape logic (#4478) 2022-02-15 06:55:57 -05:00
test_custom_commands.rs Further edits to help messages (#6913) 2022-10-26 09:36:42 -07:00
test_engine.rs add signature information when get help on one command (#7079) 2022-11-20 07:22:42 -06:00
test_env.rs Do not pass non-string env vars to externals (#4748) 2022-03-12 00:18:39 +02:00
test_hiding.rs Removes export env command (#6468) 2022-09-25 19:52:43 +03:00
test_iteration.rs Convert 'for' to a statement (#7086) 2022-11-11 09:05:34 +13:00
test_known_external.rs Revert "Refactor external command (#6083)" (#6116) 2022-07-26 05:37:15 +12:00
test_math.rs avoid test failure caused by locale thousand separator (#7142) 2022-11-16 11:15:15 +13:00
test_modules.rs Removes export env command (#6468) 2022-09-25 19:52:43 +03:00
test_parser.rs Allow iteration blocks to have an optional extra index parameter (alternative to -n flags) (#6994) 2022-11-21 14:35:11 +01:00
test_ranges.rs Fix custom call scope leak, refactor tests (#580) 2021-12-26 06:39:42 +11:00
test_regex.rs replace the regex crate with the fancy-regex crate (#6227) 2022-08-04 14:51:02 -05:00
test_strings.rs Remove build-string command (#7144) 2022-11-16 09:37:52 -08:00
test_table_operations.rs Further edits to help messages (#6913) 2022-10-26 09:36:42 -07:00
test_type_check.rs Allow int/float to coerce in type checker (#679) 2022-01-06 07:58:58 +11:00