Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2020-10-01 21:23:33 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2020-10-09 21:46:45 +0300
commit125523bffe9e5fbc14af185da6f682e08c05b1ba (patch)
treeca966e0aab698ccd3086157d02422aff8cb0f57f /doc/api/assert.md
parent6eace7749dff0e6b94b37af3496e5b4051051bc5 (diff)
doc: harmonize version list style in YAML comments
Refs: https://github.com/nodejs/remark-preset-lint-node/pull/139 PR-URL: https://github.com/nodejs/node/pull/35454 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ujjwal Sharma <ryzokuken@disroot.org> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Khaidi Chu <i@2333.moe> Reviewed-By: Michael Dawson <midawson@redhat.com>
Diffstat (limited to 'doc/api/assert.md')
-rw-r--r--doc/api/assert.md44
1 files changed, 33 insertions, 11 deletions
diff --git a/doc/api/assert.md b/doc/api/assert.md
index d5bfd5b8dfb..df4d795bec1 100644
--- a/doc/api/assert.md
+++ b/doc/api/assert.md
@@ -334,13 +334,19 @@ changes:
- version: v8.0.0
pr-url: https://github.com/nodejs/node/pull/12142
description: The `Set` and `Map` content is also compared
- - version: v6.4.0, v4.7.1
+ - version:
+ - v6.4.0
+ - v4.7.1
pr-url: https://github.com/nodejs/node/pull/8002
description: Typed array slices are handled correctly now.
- - version: v6.1.0, v4.5.0
+ - version:
+ - v6.1.0
+ - v4.5.0
pr-url: https://github.com/nodejs/node/pull/6432
description: Objects with circular references can be used as inputs now.
- - version: v5.10.1, v4.4.3
+ - version:
+ - v5.10.1
+ - v4.4.3
pr-url: https://github.com/nodejs/node/pull/5910
description: Handle non-`Uint8Array` typed arrays correctly.
-->
@@ -454,13 +460,17 @@ changes:
- version: v8.0.0
pr-url: https://github.com/nodejs/node/pull/12142
description: The `Set` and `Map` content is also compared
- - version: v6.4.0, v4.7.1
+ - version:
+ - v6.4.0
+ - v4.7.1
pr-url: https://github.com/nodejs/node/pull/8002
description: Typed array slices are handled correctly now.
- version: v6.1.0
pr-url: https://github.com/nodejs/node/pull/6432
description: Objects with circular references can be used as inputs now.
- - version: v5.10.1, v4.4.3
+ - version:
+ - v5.10.1
+ - v4.4.3
pr-url: https://github.com/nodejs/node/pull/5910
description: Handle non-`Uint8Array` typed arrays correctly.
-->
@@ -682,7 +692,9 @@ assert.doesNotReject(Promise.reject(new TypeError('Wrong value')))
<!-- YAML
added: v0.1.21
changes:
- - version: v5.11.0, v4.4.5
+ - version:
+ - v5.11.0
+ - v4.4.5
pr-url: https://github.com/nodejs/node/pull/2407
description: The `message` parameter is respected now.
- version: v4.2.0
@@ -991,13 +1003,19 @@ changes:
- version: v8.0.0
pr-url: https://github.com/nodejs/node/pull/12142
description: The `Set` and `Map` content is also compared
- - version: v6.4.0, v4.7.1
+ - version:
+ - v6.4.0
+ - v4.7.1
pr-url: https://github.com/nodejs/node/pull/8002
description: Typed array slices are handled correctly now.
- - version: v6.1.0, v4.5.0
+ - version:
+ - v6.1.0
+ - v4.5.0
pr-url: https://github.com/nodejs/node/pull/6432
description: Objects with circular references can be used as inputs now.
- - version: v5.10.1, v4.4.3
+ - version:
+ - v5.10.1
+ - v4.4.3
pr-url: https://github.com/nodejs/node/pull/5910
description: Handle non-`Uint8Array` typed arrays correctly.
-->
@@ -1073,13 +1091,17 @@ changes:
- version: v8.0.0
pr-url: https://github.com/nodejs/node/pull/12142
description: The `Set` and `Map` content is also compared
- - version: v6.4.0, v4.7.1
+ - version:
+ - v6.4.0
+ - v4.7.1
pr-url: https://github.com/nodejs/node/pull/8002
description: Typed array slices are handled correctly now.
- version: v6.1.0
pr-url: https://github.com/nodejs/node/pull/6432
description: Objects with circular references can be used as inputs now.
- - version: v5.10.1, v4.4.3
+ - version:
+ - v5.10.1
+ - v4.4.3
pr-url: https://github.com/nodejs/node/pull/5910
description: Handle non-`Uint8Array` typed arrays correctly.
-->