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

test: fix error when foo in path to git clone #14506

Closed
wants to merge 5 commits into from

Commits on Jul 26, 2017

  1. "test: fix error when foo in path to git clone

    I fixed an error that occured in the test case of the file
    test/parallel/test-assert-fail.js when foo was in the path to
    the git clone. This occured due to a regex that looked only for the
    word foo, and so it was updated to not look for foo/, but only
    foo. This way it won't go off from foo being in the path to the
    git clone"
    SwimmingSage committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    0bd6ac8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d7445c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8bcca8f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed89e4b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    441a7b4 View commit details
    Browse the repository at this point in the history