nushell/src/tests
JT a2723c2ba4
Fix rest parsing (#4765)
* More nuon tests, fix table print

* Fix rest type parsing
2022-03-07 11:44:27 -05: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 Simplify group/window into their own commands (#4760) 2022-03-06 20:01:29 -05:00
test_env.rs Move $nu.env to $env (#665) 2022-01-05 08:34:42 +11:00
test_hiding.rs Hide alias (#4432) 2022-02-12 11:50:37 +02: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 Move $nu.env to $env (#665) 2022-01-05 08:34:42 +11:00
test_parser.rs Fix rest parsing (#4765) 2022-03-07 11:44:27 -05: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 refactor: change column names from 'Column*' to 'column*' (#4556) 2022-02-19 19:26:47 -05:00
test_type_check.rs Allow int/float to coerce in type checker (#679) 2022-01-06 07:58:58 +11:00