From 210b930c747cc9a2e5f1fde5db999a1de34ac4fd Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Wed, 4 Sep 2019 22:53:40 -0700 Subject: doc: prepare markdown files for more stringent blank-line linting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/29447 Reviewed-By: Michaƫl Zasso Reviewed-By: Richard Lau Reviewed-By: Colin Ihrig Reviewed-By: Trivikram Kamat Reviewed-By: Luigi Pinca --- test/common/README.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/common') diff --git a/test/common/README.md b/test/common/README.md index 76ab605c79..415f05a867 100644 --- a/test/common/README.md +++ b/test/common/README.md @@ -677,7 +677,6 @@ original state after calling [`hijackstdio.hijackStdErr()`][]. Restore the original `process.stdout.write()`. Used to restore `stdout` to its original state after calling [`hijackstdio.hijackStdOut()`][]. - ## HTTP/2 Module The http2.js module provides a handful of utilities for creating mock HTTP/2 @@ -929,7 +928,6 @@ A driver class for running WPT with the WPT harness in a vm. See [the WPT tests README][] for details. - [<Array>]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array [<ArrayBufferView[]>]: https://developer.mozilla.org/en-US/docs/Web/API/ArrayBufferView [<Buffer>]: https://nodejs.org/api/buffer.html#buffer_class_buffer -- cgit v1.2.3