Skip to content

Commit

Permalink
Fix invalid regex escape sequence.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Jun 10, 2024
1 parent 38db3fd commit f608cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/builtin_glob_archive.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def test_glob_archive(archives, glob, expected, sort_results = False):
["$archive1(b$obj)"])

## glob wildcards:2
test_glob_archive([archive1], '[ GLOB_ARCHIVE $archive1 : "\\b?match[\.]*" ]',
test_glob_archive([archive1], '[ GLOB_ARCHIVE $archive1 : "\\b?match[.]*" ]',
["$archive1(b_match$obj)"])

## glob wildcards:3
Expand Down

0 comments on commit f608cb4

Please sign in to comment.