nushell/crates/nu-parser/src
Kangaxx-0 eeaca50dee
Conditionally disable expansion for external command (#6014)
* Fix 5978

* Add unit test for explicit glob

* Format

* Expansion vs none-expansion

* Add unit tests

* Fix format..

* Add debug message for MacOS

* Fix UT on Mac and add tests for windows

* cleanup

* clean up windows test

* single and double qoutes tests

* format...

* Save format.

* Add log to failed windows unit tests

* try `touch` a file

* PS or CMD

* roll back some change

* format

* Remove log and test case

* Add unit test comments

* Fix

Co-authored-by: Frank <v-frankz@microsoft.com>
2022-07-17 16:30:33 -05:00
..
deparse.rs fix arg parse (#5754) 2022-06-11 20:52:31 +12:00
errors.rs Errors when let in, let env and similar commands are passed. (#5866) 2022-06-25 00:55:25 +03:00
flatten.rs Allow bare words to interpolate (#5327) 2022-04-26 11:44:44 +12:00
known_external.rs Overlays (#5375) 2022-05-08 07:39:22 +12:00
lex.rs Add raw strings, use raw strings for env (#5090) 2022-04-05 08:42:26 +12:00
lib.rs fix arg parse (#5754) 2022-06-11 20:52:31 +12:00
lite_parse.rs Remove statements, replaced by pipelines (#4482) 2022-02-15 14:31:14 -05:00
parse_keywords.rs Move input/output type from Command to Signature (#5880) 2022-06-26 09:23:56 +12:00
parser.rs Conditionally disable expansion for external command (#6014) 2022-07-17 16:30:33 -05:00
type_check.rs Add bit operator: bit-xor (#5940) 2022-07-03 06:45:20 -05:00