nushell/tests/repl
Solomon cc0616b753
return const values from scope variables (#14577)
Fixes #14542

# User-Facing Changes

Constant values are no longer missing from `scope variables` output
when the IR evaluator is enabled:

```diff
const foo = 1
scope variables | where name == "$foo" | get value.0 | to nuon
-null
+int
```
2024-12-13 16:23:17 -06:00
..
mod.rs
test_bits.rs
test_cell_path.rs
test_commandline.rs
test_conditionals.rs
test_config.rs
test_config_path.rs
test_converters.rs
test_custom_commands.rs
test_engine.rs return const values from scope variables (#14577) 2024-12-13 16:23:17 -06:00
test_env.rs Allow both NU_PLUGIN_DIRS const and env at the same time (#14553) 2024-12-11 11:41:06 -06:00
test_help.rs
test_hiding.rs
test_ide.rs
test_iteration.rs
test_known_external.rs
test_math.rs
test_modules.rs normalize special characters in module names to allow variable access (#14353) 2024-12-05 21:35:15 +08:00
test_parser.rs For # to start a comment, then it either need to be the first chara… (#14562) 2024-12-13 07:02:07 -06:00
test_ranges.rs
test_regex.rs
test_signatures.rs
test_spread.rs
test_stdlib.rs
test_strings.rs
test_table_operations.rs
test_type_check.rs
tests.rs