Skip to content

Commit

Permalink
Fix SonarCloud security hotspots (attempt #3) (vacanza#1723)
Browse files Browse the repository at this point in the history
  • Loading branch information
arkid15r authored Mar 9, 2024
1 parent 502def2 commit d894c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def test_supported_countries_table(self):
country_subdivisions_aliases = {}
country_supported_languages = {}
country_supported_categories = {}
subdivision_group_re = re.compile(r"\w+: ([^:]+)")
subdivision_group_re = re.compile(r"\w+:\s*([^\n:]+)")
subdivision_and_aliases_re = re.compile(r",(?![^()]*\))")
subdivision_aliases_re = re.compile(r"(.*?)\s\(([^()]*)\)")

Expand Down

0 comments on commit d894c42

Please sign in to comment.