Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net/url: fail TestParseErrors test when getting an unwanted error
The TestParseErrors test function was not strict with unwanted errors received from url.Parse(). It was not failing in such cases, now it does. Updates golang#33646 and golang#29098
- Loading branch information