mirror of
https://github.com/nushell/nushell.git
synced 2025-08-26 13:20:35 +02:00
Remove Span::unknown (#525)
This commit is contained in:
@@ -38,7 +38,7 @@ impl Command for SubCommand {
|
||||
example: "[9 16] | math sqrt",
|
||||
result: Some(Value::List {
|
||||
vals: vec![Value::test_int(3), Value::test_int(4)],
|
||||
span: Span::unknown(),
|
||||
span: Span::test_data(),
|
||||
}),
|
||||
}]
|
||||
}
|
||||
|
Reference in New Issue
Block a user