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-tls-check-server-identity var->const, assert, string template #9986

Closed
wants to merge 3 commits into from
Closed

test-tls-check-server-identity var->const, assert, string template #9986

wants to merge 3 commits into from

Commits on Dec 24, 2016

  1. test: update test-tls-check-server-identity.js

    Changed var to const, assert.equal to assert.strictEqual, and
    used a template string for error output.
    koxauvin authored and Trott committed Dec 24, 2016
    Configuration menu
    Copy the full SHA
    9b0c4cd View commit details
    Browse the repository at this point in the history
  2. test: update test-tls-check-server-identity.js

    Converted multi-line string template literals to string concatentation.
    koxauvin authored and Trott committed Dec 24, 2016
    Configuration menu
    Copy the full SHA
    a55a9ac View commit details
    Browse the repository at this point in the history
  3. test: update test-tls-check-server-identity.js

    Converted multi-line string template literals to string concatentation.
    koxauvin authored and Trott committed Dec 24, 2016
    Configuration menu
    Copy the full SHA
    7b341c3 View commit details
    Browse the repository at this point in the history