From 2a2350d3a4aabd3f756e2d83af441eb68c6f4184 Mon Sep 17 00:00:00 2001 From: Sagar Vora <16315650+sagarvora@users.noreply.github.com> Date: Thu, 26 Mar 2026 17:25:51 +0530 Subject: [PATCH] test: ensure fields with accented chars are considered valid --- frappe/tests/test_query.py | 1 + 1 file changed, 1 insertion(+) diff --git a/frappe/tests/test_query.py b/frappe/tests/test_query.py index ccbdb2dcd2..4cf9455ef7 100644 --- a/frappe/tests/test_query.py +++ b/frappe/tests/test_query.py @@ -167,6 +167,7 @@ class TestQuery(IntegrationTestCase): "*", "`tabHas Role`.`name`", "field as `alias with space`", + "frappé", # unicode field names should be valid ] invalid_fields = [