Skip to content
This repository was archived by the owner on Jan 2, 2023. It is now read-only.

Commit cbbe27c

Browse files
Bassem DghaidiBassem Dghaidi
authored andcommitted
Add pass test_leaf_array_values_multi_type
1 parent 8a30a63 commit cbbe27c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

matcher.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,11 +208,12 @@ const test_leaf_array_values_multi_type = () => {
208208

209209
return JSON.stringify({
210210
match: true,
211-
total: 2,
211+
total: 5,
212212
matches: {
213213
"type": "message",
214214
"items": [true, 'hi', 2, 3]
215-
}
215+
},
216+
groups: {}
216217
}) == JSON.stringify(result);
217218
}
218219

@@ -310,7 +311,7 @@ module.exports = {
310311
test_leaf_regex,
311312
test_nested_objects,
312313
test_leaf_array_values,
313-
// test_leaf_array_values_multi_type,
314+
test_leaf_array_values_multi_type,
314315
// test_leaf_array_values_regex,
315316
// test_nested_objects_in_arrays,
316317
}

0 commit comments

Comments
 (0)