summaryrefslogtreecommitdiff
path: root/tools/aapt/tests/Pseudolocales_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/aapt/tests/Pseudolocales_test.cpp')
-rw-r--r--tools/aapt/tests/Pseudolocales_test.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/aapt/tests/Pseudolocales_test.cpp b/tools/aapt/tests/Pseudolocales_test.cpp
index 4670e9fd53ea..a6aed3abd7cf 100644
--- a/tools/aapt/tests/Pseudolocales_test.cpp
+++ b/tools/aapt/tests/Pseudolocales_test.cpp
@@ -87,6 +87,10 @@ TEST(Pseudolocales, PlaintextBidi) {
"\xe2\x80\x8f\xE2\x80\xaehello\xE2\x80\xac\xe2\x80\x8f\n" \
" \xe2\x80\x8f\xE2\x80\xaeworld\xE2\x80\xac\xe2\x80\x8f\n",
PSEUDO_BIDI);
+ simple_helper("hello\\nworld\\n",
+ "\xe2\x80\x8f\xE2\x80\xaehello\xE2\x80\xac\xe2\x80\x8f\\n"
+ "\xe2\x80\x8f\xE2\x80\xaeworld\xE2\x80\xac\xe2\x80\x8f\\n",
+ PSEUDO_BIDI);
}
TEST(Pseudolocales, SimpleICU) {