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

@@ -46,10 +46,7 @@ pub trait AbstractRSSReaderTrait: OneDReader {
// evenCounts = new int[dataCharacterCounters.length / 2];
// }
fn parseFinderValue(
counters: &[u32],
finderPatterns: &[[u32; 4]; 9],
) -> Result<u32, Exceptions> {
fn parseFinderValue(counters: &[u32], finderPatterns: &[[u32; 4]]) -> Result<u32, Exceptions> {
for value in 0..finderPatterns.len() {
// for (int value = 0; value < finderPatterns.length; value++) {
if one_d_reader::patternMatchVariance(