summaryrefslogtreecommitdiff
path: root/tools/aapt2/text/Unicode_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/aapt2/text/Unicode_test.cpp')
-rw-r--r--tools/aapt2/text/Unicode_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/aapt2/text/Unicode_test.cpp b/tools/aapt2/text/Unicode_test.cpp
index a8e797cf3d17..16bc2e84224a 100644
--- a/tools/aapt2/text/Unicode_test.cpp
+++ b/tools/aapt2/text/Unicode_test.cpp
@@ -63,6 +63,7 @@ TEST(UnicodeTest, IsValidResourceEntryName) {
EXPECT_FALSE(IsValidResourceEntryName("Føø/Bar"));
EXPECT_FALSE(IsValidResourceEntryName("Føø:Bar"));
EXPECT_FALSE(IsValidResourceEntryName("Føø;Bar"));
+ EXPECT_FALSE(IsValidResourceEntryName("0_resource_name_obfuscated"));
}
} // namespace text