postrank-labs / postrank-uri

URI normalization, c14n, escaping, and extraction
MIT License
301 stars 52 forks source link

Failing test cases with latest dependencies #30

Closed igrigorik closed 7 years ago

igrigorik commented 9 years ago

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
odlp commented 7 years ago

Think these may be handled in #31

igrigorik commented 7 years ago

Yay :)