forked from extern/nushell
Update tests
This commit is contained in:
parent
22f9126cf6
commit
2752eb5d9b
@ -1,3 +1,3 @@
|
||||
cd tests
|
||||
open tests\test.xml | get rss.channel.item.link | echo $it
|
||||
open test.xml | get rss.channel.item.link | echo $it
|
||||
exit
|
||||
|
@ -64,6 +64,11 @@ mod tests {
|
||||
test_helper("open_json");
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn open_xml() {
|
||||
test_helper("open_xml");
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn json_roundtrip() {
|
||||
test_helper("json_roundtrip");
|
||||
|
Loading…
Reference in New Issue
Block a user