This website requires JavaScript.
Explore
Help
Sign In
extern
/
nushell
Watch
1
Star
0
Fork
1
You've already forked nushell
mirror of
https://github.com/nushell/nushell.git
synced
2024-12-04 06:15:27 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e376c2d0d4
nushell
/
crates
/
nu-engine
/
tests
/
evaluate
/
mod.rs
4 lines
45 B
Rust
Raw
Normal View
History
Unescape
Escape
Fix bug #2921 (#2945) * Fix bug #2921 Moving whether a range should be parsed further back, giving e.G. parsing of invocations precedence fixes the bug * Add test
2021-01-20 19:58:37 +01:00
mod
invocation
;
working for comparing filepath to string (#2906) * working for comparing filepath to string * added tests
2021-01-11 04:41:19 +01:00
mod
operator
;
Playground infraestructure (tests, etc) additions. (#3179) * Playground infraestructure (tests, etc) additions. A few things to note: * Nu can be started with a custom configuration file (`nu --config-file /path/to/sample_config.toml`). Useful for mocking the configuration on test runs. * When given a custom configuration file Nu will save any changes to the file supplied appropiately. * The `$nu.config-path` variable either shows the default configuration file (or the custom one, if given) * We can now run end to end tests with finer grained control (currently, since this is baseline work, standard out) This will allow to check things like exit status, assert the contents with a format, etc) * Remove (for another PR)
2021-03-15 08:26:30 +01:00
mod
variables
;
Reference in New Issue
Copy Permalink