expected_string    66 tests/lib/mc_realpath.c     const char *expected_string;
expected_string    94 tests/lib/mc_realpath.c     mctest_assert_str_eq (resolved_path, data->expected_string);
expected_string    40 tests/lib/name_quote.c     const char *expected_string;
expected_string    56 tests/lib/name_quote.c     mctest_assert_str_eq (actual_string, data->expected_string);
expected_string    69 tests/lib/name_quote.c     const char *expected_string;
expected_string    97 tests/lib/name_quote.c     mctest_assert_str_eq (actual_string, data->expected_string);
expected_string    40 tests/lib/search/regex_process_escape_sequence.c     const char *expected_string;
expected_string   136 tests/lib/search/regex_process_escape_sequence.c     mctest_assert_str_eq (actual_string->str, data->expected_string);
expected_string    74 tests/src/filemanager/exec_get_export_variables_ext.c     const char *expected_string;
expected_string    90 tests/src/filemanager/exec_get_export_variables_ext.c     expected_string = "\
expected_string   102 tests/src/filemanager/exec_get_export_variables_ext.c     mctest_assert_str_eq (actual_string->str, expected_string);