partial port of rss expanded tests, incomplete

This commit is contained in:
Henry Schimke
2022-12-16 11:17:10 -06:00
parent 919826b3ec
commit 04c4c146b7
11 changed files with 1290 additions and 1001 deletions

View File

@@ -31,7 +31,7 @@ use crate::oned::rss::{DataCharacter, FinderPattern};
/**
* @author Pablo Orduña, University of Deusto (pablo.orduna@deusto.es)
*/
#[derive(PartialEq, Eq, Hash)]
#[derive(PartialEq, Eq, Hash, Clone)]
pub struct ExpandedPair {
leftChar: Option<DataCharacter>,
rightChar: Option<DataCharacter>,