[fine] Automatic rebase support for CST
This commit is contained in:
parent
1f6d7ec131
commit
26871aa9ae
6 changed files with 122 additions and 8 deletions
|
|
@ -33,8 +33,9 @@ fn generate_test_for_file(path: PathBuf) -> String {
|
|||
}
|
||||
|
||||
let concrete_comparison = if let Some(concrete) = concrete_stuff {
|
||||
let display_path = path.display().to_string();
|
||||
quote! {
|
||||
crate::assert_concrete(&_tree, #concrete)
|
||||
crate::assert_concrete(&_tree, #concrete, #display_path)
|
||||
}
|
||||
} else {
|
||||
quote! {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue