test: ensure fields with accented chars are considered valid
This commit is contained in:
parent
17f9ca9819
commit
2a2350d3a4
1 changed files with 1 additions and 0 deletions
|
|
@ -167,6 +167,7 @@ class TestQuery(IntegrationTestCase):
|
|||
"*",
|
||||
"`tabHas Role`.`name`",
|
||||
"field as `alias with space`",
|
||||
"frappé", # unicode field names should be valid
|
||||
]
|
||||
|
||||
invalid_fields = [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue