mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 21:02:35 +00:00
integration tests
This commit is contained in:
@@ -75,8 +75,11 @@ impl UPCEANReader for UPCEReader {
|
||||
self.checkStandardUPCEANChecksum(&convertUPCEtoUPCA(s))
|
||||
}
|
||||
|
||||
fn decodeEnd(&self, row: &crate::common::BitArray, endStart: usize) -> Result<[usize; 2], Exceptions>
|
||||
{
|
||||
fn decodeEnd(
|
||||
&self,
|
||||
row: &crate::common::BitArray,
|
||||
endStart: usize,
|
||||
) -> Result<[usize; 2], Exceptions> {
|
||||
self.findGuardPattern(row, endStart, true, &Self::MIDDLE_END_PATTERN)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user