mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-17 08:34:36 -04:00
Test for #183 Databar Stacked separator
This commit is contained in:
parent
afe0c96476
commit
e2cd96924d
1 changed files with 5 additions and 0 deletions
|
@ -186,6 +186,11 @@ static void test_examples(void)
|
||||||
/*15*/ { BARCODE_RSS_EXP, "[10]12A", 0, 1, 102, "24724:2011 Figure F.3 — GS1 DataBar Expanded",
|
/*15*/ { BARCODE_RSS_EXP, "[10]12A", 0, 1, 102, "24724:2011 Figure F.3 — GS1 DataBar Expanded",
|
||||||
"010100000110100000101111111100001010001000000010110101111100100111001011110000000010011101111111010101"
|
"010100000110100000101111111100001010001000000010110101111100100111001011110000000010011101111111010101"
|
||||||
},
|
},
|
||||||
|
/*16*/ { BARCODE_RSS14STACK, "0000000000000", 0, 3, 50, "#183 GS1 DataBar Stacked separator alternation; verified manually against tec-it.com (bwipp differs)",
|
||||||
|
"01010100100000000100011111111001011111110010101010"
|
||||||
|
"00000101011111111010100000001010100000001101010000"
|
||||||
|
"10101010110000000101111111110111011111111011010101"
|
||||||
|
},
|
||||||
};
|
};
|
||||||
int data_size = sizeof(data) / sizeof(struct item);
|
int data_size = sizeof(data) / sizeof(struct item);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue