mirror of
https://github.com/nushell/nushell.git
synced 2025-02-19 03:51:11 +01:00
Fix test
This commit is contained in:
parent
aa5ab8a666
commit
3f313da4c3
@ -42,7 +42,7 @@ impl Command for SubCommand {
|
||||
fn examples(&self) -> Vec<Example> {
|
||||
vec![Example {
|
||||
description: "Get absolute of each value in a list of numbers",
|
||||
example: "echo [-50 -100.0 25] | math abs",
|
||||
example: "[-50 -100.0 25] | math abs",
|
||||
result: Some(Value::List {
|
||||
vals: vec![
|
||||
Value::test_int(50),
|
||||
|
Loading…
Reference in New Issue
Block a user