mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 02:28:35 +02:00
add some float operations with filesize (#6618)
* add some float operations with filesize * more changes * update return values on filesize-filesize, duration-duration * missed filesize in floordiv * missed float * duration
This commit is contained in:
@ -186,6 +186,7 @@ fn external_arg_with_variable_name() {
|
||||
})
|
||||
}
|
||||
|
||||
#[cfg(not(windows))]
|
||||
#[test]
|
||||
fn external_command_escape_args() {
|
||||
Playground::setup("external failed command with semicolon", |dirs, _| {
|
||||
|
Reference in New Issue
Block a user