mirror of
https://github.com/nushell/nushell.git
synced 2025-07-01 07:00:37 +02:00
Rename =^ to 'starts-with' (#5407)
This commit is contained in:
@ -321,7 +321,7 @@ fn capture_row_condition() -> TestResult {
|
||||
#[test]
|
||||
fn starts_with_operator_succeeds() -> TestResult {
|
||||
run_test(
|
||||
r#"[Moe Larry Curly] | where $it =^ L | str collect"#,
|
||||
r#"[Moe Larry Curly] | where $it starts-with L | str collect"#,
|
||||
"Larry",
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user