Home
last modified time | relevance | path

Searched refs:assert_from_file_path (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/url/tests/
Dunit.rs74 macro_rules! assert_from_file_path { macro
76 assert_from_file_path!($path, $path)
100 assert_from_file_path!("/foo/bar"); in new_file_paths()
101 assert_from_file_path!("/foo/ba\0r", "/foo/ba%00r"); in new_file_paths()
102 assert_from_file_path!("/foo/ba%00r", "/foo/ba%2500r"); in new_file_paths()
120 assert_from_file_path!(r"C:\foo\bar", "/C:/foo/bar"); in new_path_windows_fun()
121 assert_from_file_path!("C:\\foo\\ba\0r", "/C:/foo/ba%00r"); in new_path_windows_fun()