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

Fix reduction order in Nock spec #14

Merged
merged 1 commit into from Sep 24, 2013
Merged

Fix reduction order in Nock spec #14

merged 1 commit into from Sep 24, 2013

Commits on Sep 24, 2013

  1. Fix reduction order in Nock spec

    The way one is supposed to use the Nock spec is by repeatedly going
    through the reduction rules from top to bottom, and applying the first
    rule that matches. Some rules appeared to be in the wrong order: a more
    general rule was above a more specific rule, making the latter
    unreachable.
    Aaron Beckerman committed Sep 24, 2013
    Configuration menu
    Copy the full SHA
    b3120ba View commit details
    Browse the repository at this point in the history