mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
additional barcode format configuration
This commit is contained in:
@@ -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"
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user