From 21883be05d276f0226d69cabf9ca3b87ae971831 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 9 Aug 2018 15:03:18 -0700 Subject: [PATCH] test,doc: fix lint error in test fixtures Add first-level header to .md file in fixture directory. The file in question is documentation for the fixture and is not part of any tests. This is in prepration for markdown linting of the `test` directory. PR-URL: https://github.com/nodejs/node/pull/22221 Reviewed-By: Richard Lau Reviewed-By: Jon Moss Reviewed-By: Vse Mozhet Byt Reviewed-By: Khaidi Chu Reviewed-By: Daniel Bevenius Reviewed-By: James M Snell Reviewed-By: George Adams --- test/fixtures/0-dns/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/fixtures/0-dns/README.md b/test/fixtures/0-dns/README.md index 650970a2c5a5cf..9a4a4a2b3d8a93 100644 --- a/test/fixtures/0-dns/README.md +++ b/test/fixtures/0-dns/README.md @@ -1,3 +1,5 @@ +# 0-dns + ## Purpose The test cert file for use `test/parallel/test-tls-0-dns-altname.js` can be created by using `asn1.js` and `asn1.js-rfc5280`,