expected_string    67 tests/lib/mc_realpath.c     const char *expected_string;
expected_string    99 tests/lib/mc_realpath.c     mctest_assert_str_eq (resolved_path, data->expected_string);
expected_string    55 tests/lib/name_quote.c     const char *expected_string;
expected_string    75 tests/lib/name_quote.c     mctest_assert_str_eq (actual_string, data->expected_string);
expected_string    91 tests/lib/name_quote.c     const char *expected_string;
expected_string   120 tests/lib/name_quote.c     mctest_assert_str_eq (actual_string, data->expected_string);
expected_string    41 tests/lib/search/regex_process_escape_sequence.c     const char *expected_string;
expected_string   130 tests/lib/search/regex_process_escape_sequence.c     mctest_assert_str_eq (actual_string->str, data->expected_string);
expected_string    77 tests/src/filemanager/exec_get_export_variables_ext.c     const char *expected_string;
expected_string    93 tests/src/filemanager/exec_get_export_variables_ext.c     expected_string = "\
expected_string   105 tests/src/filemanager/exec_get_export_variables_ext.c     mctest_assert_str_eq (actual_string->str, expected_string);