Skip to content

Commit

Permalink
Fix ucd tests in test{input,outout}26
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayesh committed Sep 29, 2024
1 parent 0488228 commit 8a2f149
Show file tree
Hide file tree
Showing 3 changed files with 2,197 additions and 1,062 deletions.
2 changes: 1 addition & 1 deletion maint/GenerateTest26.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def gen_script_tests():
script_data = [None] * len(script_names)
char_data = [None] * 0x110000

property_re = re.compile("^([0-9A-F]{4,6})(?:\\.\\.([0-9A-F]{4,6}))? +; ([A-Za-z_ ]+) #")
property_re = re.compile("^([0-9A-F]{4,6})(?:\\.\\.([0-9A-F]{4,6}))? +; ([A-Za-z_ ]+[A-Za-z]) +#")
prev_name = ""
script_idx = -1

Expand Down
Loading

0 comments on commit 8a2f149

Please sign in to comment.