Compare target properties.

This commit is contained in:
Tom Alexander
2023-10-09 19:37:47 -04:00
parent 869c98d8b2
commit a588da2c4a
3 changed files with 30 additions and 12 deletions

View File

@@ -240,6 +240,7 @@ pub struct LineBreak<'s> {
#[derive(Debug, PartialEq)]
pub struct Target<'s> {
pub source: &'s str,
pub value: &'s str,
}
#[derive(Debug, PartialEq)]