@@ -47,11 +47,11 @@ is(test, node, 5, parent); // true
4747 node.type === test}`.
4848 When ` array ` , checks any one of the subtests pass.
4949 When ` object ` , checks that all keys in ` test ` are in ` node ` ,
50- and that they have (strictly) equal values.
51- * ` node ` ([ ` Node ` ] [ node ] ) — Node to check. ` false ` is returned;
52- * ` index ` (` number ` , optional) — Position of ` node ` in ` parent ` ;
53- * ` parent ` (` Node ` , optional) — Parent of ` node ` ;
54- * ` context ` (` * ` , optional) — Context object to invoke ` test ` with.
50+ and that they have (strictly) equal values
51+ * ` node ` ([ ` Node ` ] [ node ] ) — Node to check. ` false ` is returned
52+ * ` index ` (` number ` , optional) — Position of ` node ` in ` parent `
53+ * ` parent ` (` Node ` , optional) — Parent of ` node `
54+ * ` context ` (` * ` , optional) — Context object to invoke ` test ` with
5555
5656###### Returns
5757
@@ -62,9 +62,9 @@ with `type` set to non-empty `string`).
6262
6363###### Parameters
6464
65- * ` node ` (` Node ` ) — Node to test;
66- * ` index ` (` number? ` ) — Position of ` node ` in ` parent ` ;
67- * ` parent ` (` Node? ` ) — Parent of ` node ` .
65+ * ` node ` (` Node ` ) — Node to test
66+ * ` index ` (` number? ` ) — Position of ` node ` in ` parent `
67+ * ` parent ` (` Node? ` ) — Parent of ` node `
6868
6969###### Context
7070
0 commit comments