This commit is contained in:
hrsh7th
2023-02-15 00:32:21 +09:00
parent a926412e16
commit c4128bcd13

View File

@@ -47,7 +47,7 @@ describe('matcher', function()
assert.is.truthy(score >= 1) assert.is.truthy(score >= 1)
assert.equals(matches[1].word_match_start, 5) assert.equals(matches[1].word_match_start, 5)
score, matches = matcher.match('tail', 'HCDetails', { score = matcher.match('tail', 'HCDetails', {
disallow_fuzzy_matching = false, disallow_fuzzy_matching = false,
disallow_partial_matching = false, disallow_partial_matching = false,
disallow_prefix_unmatching = false, disallow_prefix_unmatching = false,