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

Decode route before parsing. #70

Closed

Commits on Oct 29, 2015

  1. Decode route before parsing.

    Since the route recognizer match supports decoding before the match,
    it makes sense for the parser to also decode URI components before
    it starts parsing the route.
    
    This should solve pretenderjs/pretender#124.
    
    While the test I added failed both in chrome & phantomjs, this might
    also be relevant to pretenderjs/pretender#111.
    tundal45 committed Oct 29, 2015
    Configuration menu
    Copy the full SHA
    332c1c5 View commit details
    Browse the repository at this point in the history