mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-19 23:59:04 +00:00
Let a string field contain at least one character.
This commit is contained in:
parent
038581f8fa
commit
676f3958db
@ -84,7 +84,7 @@ if __name__ == "__main__":
|
||||
re_record_end = '\s+\$$'
|
||||
|
||||
re_variable = '([a-zA-Z]\w*)'
|
||||
re_string = '(.*?)'
|
||||
re_string = '(.+?)'
|
||||
|
||||
def is_empty(res, data):
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user