Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Systematically ignore tabs and newlines, per spec change #190

Merged
merged 4 commits into from Apr 26, 2016

Commits on Apr 25, 2016

  1. Parse based on iterators instead of &str slices.

    The test changes correspond to bugs in rust-url before this change:
    the value of pathname/search/hash setters does go through the URL parser
    (though with a state override), which includes removing trailing and leading
    controls and spaces.
    SimonSapin committed Apr 25, 2016
You can’t perform that action at this time.