mirror of
https://github.com/nushell/nushell.git
synced 2024-12-23 15:39:06 +01:00
bd37473515
As I'm working on PWD-per-drive feature. Once the plugin test of env failed. I checked the log, found sometime Windows can give drive letter as lowercase, so the test case should be rewrite to check first letter caseinsensitive equal, and following part normal equal. ``` assert_eq! failed at tests/plugins/env.rs:43:5 left: r"e:\Study\Nushell" right: r"E:\Study\Nushell" ``` --------- Co-authored-by: Zhenping Zhao <pegasus.cadence@gmail.com> |
||
---|---|---|
.. | ||
formats | ||
call_decl.rs | ||
config.rs | ||
core_inc.rs | ||
custom_values.rs | ||
env.rs | ||
mod.rs | ||
nu_plugin_nu_example.rs | ||
register.rs | ||
registry_file.rs | ||
stream.rs | ||
stress_internals.rs |