nushell/src/tests
JT f3bb1d11d3
Add export alias and export extern (#4878)
* export alias

* export extern
2022-03-20 07:58:01 +13:00
..
test_conditionals.rs Experiment: Allow both $true/true and $false/false (#4696) 2022-03-02 19:55:03 -05:00
test_converters.rs Fix to json escape logic (#4478) 2022-02-15 06:55:57 -05:00
test_custom_commands.rs Experiment: Allow both $true/true and $false/false (#4696) 2022-03-02 19:55:03 -05:00
test_engine.rs Revert "Make if blocks work like a def-env (#4656)" (#4782) 2022-03-08 08:29:12 -05: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 Allow expanding aliases before keywords, improve hiding (#4858) 2022-03-18 11:35:50 +13:00
test_iteration.rs Remove record iteration (#4582) 2022-02-21 09:12:04 -05:00
test_math.rs Experiment: Allow both $true/true and $false/false (#4696) 2022-03-02 19:55:03 -05:00
test_modules.rs Add export alias and export extern (#4878) 2022-03-20 07:58:01 +13:00
test_parser.rs Fix string interpolation escaping (#4854) 2022-03-16 05:09:30 +13:00
test_ranges.rs Fix custom call scope leak, refactor tests (#580) 2021-12-26 06:39:42 +11:00
test_strings.rs Require block params (#4505) 2022-02-17 06:40:24 -05:00
test_table_operations.rs rename update to upsert to mirror what it really does (#4859) 2022-03-16 19:13:34 -05:00
test_type_check.rs Allow int/float to coerce in type checker (#679) 2022-01-06 07:58:58 +11:00