diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/11_crawl-idna.test | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/11_crawl-idna.test b/tests/11_crawl-idna.test index 050fd07..6f0ee6a 100755 --- a/tests/11_crawl-idna.test +++ b/tests/11_crawl-idna.test @@ -13,3 +13,9 @@ bash crawl-test.sh \ httrack 'http://ut.httrack.com/unicode-links/idna.html' \ '+*.ut.httrack.com/*' --robots=0 +# unicode tests (bogus links) +bash crawl-test.sh \ + --errors 0 --files 1 \ + --found 'ut.httrack.com/unicode-links/idna_bogus.html' \ + httrack 'http://ut.httrack.com/unicode-links/idna_bogus.html' \ + '-*' --robots=0 |