X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=test%2Futil_test.cc;fp=test%2Futil_test.cc;h=a46337ab7366190835f530892d893ad2b486f72c;hp=56de057a68bc76997e5bb4a6a1289ecc480ed023;hb=b81f1396528f01bead8c1faf128a277820980025;hpb=369821c41e62d4cce506cd4206f9db0d91b4f643 diff --git a/test/util_test.cc b/test/util_test.cc index 56de057a6..a46337ab7 100644 --- a/test/util_test.cc +++ b/test/util_test.cc @@ -113,6 +113,7 @@ BOOST_AUTO_TEST_CASE (careful_string_filter_test) BOOST_CHECK_EQUAL ("hello_world", careful_string_filter("héllo_wörld")); BOOST_CHECK_EQUAL ("hello_world", careful_string_filter("héllo_wörld")); BOOST_CHECK_EQUAL ("hello_world_a", careful_string_filter("héllo_wörld_à")); + BOOST_CHECK_EQUAL ("hello_world_CcGgIOoSsUu", careful_string_filter("hello_world_ÇçĞğİÖöŞşÜü")); } static list progress_values;