2016-09-07 08:46:04 +02:00
|
|
|
Index: libcxx-3.8.1.src/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/curr_symbol.pass.cpp
|
2016-07-14 11:20:33 +02:00
|
|
|
===================================================================
|
2016-09-07 08:46:04 +02:00
|
|
|
--- libcxx-3.8.1.src/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/curr_symbol.pass.cpp.orig
|
|
|
|
+++ libcxx-3.8.1.src/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/curr_symbol.pass.cpp
|
2016-07-14 11:20:33 +02:00
|
|
|
@@ -113,7 +113,7 @@ int main()
|
|
|
|
|
|
|
|
{
|
|
|
|
Fnf f(LOCALE_ru_RU_UTF_8, 1);
|
|
|
|
- assert(f.curr_symbol() == " \xD1\x80\xD1\x83\xD0\xB1");
|
|
|
|
+ assert(f.curr_symbol() == " \xD1\x80\xD1\x83\xD0\xB1" || f.curr_symbol() == " \u20bd");
|
|
|
|
}
|
|
|
|
{
|
|
|
|
Fnt f(LOCALE_ru_RU_UTF_8, 1);
|
|
|
|
@@ -121,7 +121,7 @@ int main()
|
|
|
|
}
|
|
|
|
{
|
|
|
|
Fwf f(LOCALE_ru_RU_UTF_8, 1);
|
|
|
|
- assert(f.curr_symbol() == L" \x440\x443\x431");
|
|
|
|
+ assert(f.curr_symbol() == L" \x440\x443\x431" || f.curr_symbol() == L" \u20bd");
|
|
|
|
}
|
|
|
|
{
|
|
|
|
Fwt f(LOCALE_ru_RU_UTF_8, 1);
|