Update tests

This commit is contained in:
Jonathan Turner 2019-06-11 18:32:42 +12:00
parent 22f9126cf6
commit 2752eb5d9b
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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");