mirror of
https://github.com/nushell/nushell
synced 2024-12-27 05:23:11 +00:00
Update tests
This commit is contained in:
parent
22f9126cf6
commit
2752eb5d9b
2 changed files with 6 additions and 1 deletions
|
@ -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 a new issue