mirror of
https://github.com/nushell/nushell.git
synced 2025-04-17 17:58:18 +02:00
Update tests
This commit is contained in:
parent
22f9126cf6
commit
2752eb5d9b
@ -1,3 +1,3 @@
|
|||||||
cd tests
|
cd tests
|
||||||
open tests\test.xml | get rss.channel.item.link | echo $it
|
open test.xml | get rss.channel.item.link | echo $it
|
||||||
exit
|
exit
|
||||||
|
@ -64,6 +64,11 @@ mod tests {
|
|||||||
test_helper("open_json");
|
test_helper("open_json");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn open_xml() {
|
||||||
|
test_helper("open_xml");
|
||||||
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn json_roundtrip() {
|
fn json_roundtrip() {
|
||||||
test_helper("json_roundtrip");
|
test_helper("json_roundtrip");
|
||||||
|
Loading…
Reference in New Issue
Block a user