mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 14:40:06 +02:00
Add built-in var to refer to pipeline values (#3661)
This commit is contained in:
@ -492,7 +492,7 @@ mod tests {
|
||||
std::matches!(expanded, Cow::Borrowed(_)),
|
||||
"No PathBuf should be needed here (unecessary allocation)"
|
||||
);
|
||||
assert!(&expanded == Path::new(s));
|
||||
assert!(expanded == Path::new(s));
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
Reference in New Issue
Block a user