additional barcode format configuration

This commit is contained in:
Henry Schimke
2023-01-07 17:22:04 -06:00
parent ae3e1cf3d5
commit caaf4c2fe0
3 changed files with 26 additions and 15 deletions

View File

@@ -191,13 +191,15 @@ mod CodaBarWriterTestCase {
fn testEncode2() {
doTest(
"T123T",
concat!("00000",
"1011001001",
"0101011001",
"0101001011",
"0110010101",
"01011001001",
"00000"),
concat!(
"00000",
"1011001001",
"0101011001",
"0101001011",
"0110010101",
"01011001001",
"00000"
),
);
}