Move test data to test_data directory

This commit is contained in:
Aleksey Kladov 2020-07-01 11:25:22 +02:00
parent adf624b433
commit 05d67a9a0e
8 changed files with 7 additions and 7 deletions

View file

@ -39,7 +39,7 @@ macro_rules! expect {
[[]] => { $crate::expect![[""]] };
}
/// expect_file!["/crates/foo/test_data/foo.rs"]
/// expect_file!["/crates/foo/test_data/bar.html"]
#[macro_export]
macro_rules! expect_file {
[$path:literal] => {$crate::ExpectFile { path: $path }};