mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +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
|
||||
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 a new issue