forked from extern/nushell
Fix test for date to-table
This commit is contained in:
@ -69,7 +69,10 @@ impl Command for SubCommand {
|
|||||||
span,
|
span,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
Some(Value::Record { cols, vals, span })
|
Some(Value::List {
|
||||||
|
vals: vec![Value::Record { cols, vals, span }],
|
||||||
|
span,
|
||||||
|
})
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user