mol_text_distance 0.0.1027 → 0.0.1029
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/node.test.js +1 -1
- package/node.test.js.map +1 -1
- package/package.json +1 -1
package/node.test.js
CHANGED
|
@@ -3563,7 +3563,7 @@ var $;
|
|
|
3563
3563
|
.hack({
|
|
3564
3564
|
'bar': (input, belt) => [input.struct('777', input.hack(belt))],
|
|
3565
3565
|
});
|
|
3566
|
-
$mol_assert_equal(res.
|
|
3566
|
+
$mol_assert_equal(res.map(String), ['foo 777 xxx\n']);
|
|
3567
3567
|
},
|
|
3568
3568
|
});
|
|
3569
3569
|
})($ || ($ = {}));
|