Skip to content

Commit 6f0c924

Browse files
committed
Add more debug info in test-matching
1 parent f157837 commit 6f0c924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-matching.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ test 'sequence matching', (t) ->
349349
pattern = 'jihg'
350350
for [password, i, j] in genpws pattern, prefixes, suffixes
351351
matches = matching.sequence_match password
352-
msg = 'matches embedded sequence patterns'
352+
msg = "matches embedded sequence patterns #{password}"
353353
check_matches msg, t, matches, 'sequence', [pattern], [[i, j]],
354354
sequence_name: ['lower']
355355
ascending: [false]

0 commit comments

Comments
 (0)