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

path: remove dead code in favor of unit tests #2282

Closed
wants to merge 1 commit into from
Closed

path: remove dead code in favor of unit tests #2282

wants to merge 1 commit into from

Commits on Jul 31, 2015

  1. path: remove dead code in favor of unit tests

    Remove dead code paths that are created by assertions that will never
    trigger. They may only trigger if either the `splitDeviceRe` or
    `splitPathRe` regular expressions are modified. If at some point they
    are modified, current unit tests will catch most of the resulting
    errors and this commit adds extra tests to catch the remaining errors.
    nwoltman committed Jul 31, 2015
    Configuration menu
    Copy the full SHA
    d694662 View commit details
    Browse the repository at this point in the history