This website requires JavaScript.
Explore
Help
Sign In
holm
/
nushell
Watch
1
Star
1
Fork
0
You've already forked nushell
forked from
extern/nushell
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4e0d7bc77c
nushell
/
crates
/
nu-engine
/
tests
/
evaluate
/
mod.rs
4 lines
48 B
Rust
Raw
Normal View
History
Unescape
Escape
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
;
Rename the use of invocation to subexpression (#3568) * Rename the use of invocation to subexpression * Fix test name
2021-06-07 10:08:35 +02:00
mod
subexpression
;
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