mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 12:52:34 +00:00
Add error reporting to tests
This commit is contained in:
@@ -105,8 +105,8 @@ pub trait OneDReader: Reader {
|
||||
}
|
||||
}
|
||||
let Ok(mut result) = self.decode_row(row_number as u32, &row, &hints) else {
|
||||
continue
|
||||
};
|
||||
continue
|
||||
};
|
||||
// We found our barcode
|
||||
if attempt == 1 {
|
||||
// But it was upside down, so note that
|
||||
|
||||
Reference in New Issue
Block a user