postrank-labs / postrank-uri

URI normalization, c14n, escaping, and extraction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failing test cases with latest dependencies

igrigorik opened this issue · comments

Need to investigate and fix...

rspec ./spec/postrank-uri_spec.rb:352 # PostRank::URI valid? marks incomplete URI string as invalid
rspec ./spec/postrank-uri_spec.rb:356 # PostRank::URI valid? marks www.test.c as invalid
rspec ./spec/postrank-uri_spec.rb:360 # PostRank::URI valid? marks www.test.com as valid
rspec ./spec/postrank-uri_spec.rb:364 # PostRank::URI valid? marks Unicode domain as valid (NOTE: works only with a scheme)
rspec ./spec/postrank-uri_spec.rb:368 # PostRank::URI valid? marks punycode domain domain as valid

Think these may be handled in #31

Yay :)