Skip to content

Commit b3399b8

Browse files
Update test/jesse_lib_tests.erl
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a9bb90f commit b3399b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/jesse_lib_tests.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ re_run_no_ucp_test_() ->
3737
end,
3838
fun(_) -> application:unload(jesse) end,
3939
[
40-
{"Do not support beyond ISO Latin-1 letters in \\w without 'ucp'",
40+
{"Do not support ISO Latin-1 letters in \\w without 'ucp'",
4141
?_assertEqual(nomatch,
4242
jesse_lib:re_run(<<"föø"/utf8>>, "^\\w+$"))},
4343
{"Support ISO Latin-1 numbers in \\d without 'ucp'",

0 commit comments

Comments
 (0)