X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Futil_test.cc;h=a46337ab7366190835f530892d893ad2b486f72c;hb=c27d14badb229c24533db65dbaee1939dce89455;hp=56de057a68bc76997e5bb4a6a1289ecc480ed023;hpb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;p=dcpomatic.git 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;