camallo / dkregistry-rs

A pure-Rust asynchronous library for Docker Registry API v2
Apache License 2.0
62 stars 39 forks source link

reference: add parse_url tests #121

Closed steveej closed 4 years ago

steveej commented 4 years ago

@lucab I think something's wrong with the reference::parse_url function, or do I have the wrong expectations?

lucab commented 4 years ago

@steveeJ I'm surprised too, as the cases in tests/reference.rs seem to be green. Perhaps we regressed this specific case in https://github.com/camallo/dkregistry-rs/pull/94?

steveej commented 4 years ago

@lucab I added more test cases and an attempt to resolve the issue. PTAL