forked from extern/nushell
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