mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 00:54:56 +02:00
Add long options for platform and random (#10776)
This commit is contained in:
@ -2,7 +2,7 @@ use nu_test_support::nu;
|
||||
|
||||
#[test]
|
||||
fn test_ansi_shows_error_on_escape() {
|
||||
let actual = nu!(r"ansi -e \");
|
||||
let actual = nu!(r"ansi --escape \");
|
||||
|
||||
assert!(actual.err.contains("no need for escape characters"))
|
||||
}
|
||||
|
Reference in New Issue
Block a user