mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Correct test scripts.
Remove symbologies no longer supported from test scripts.
This commit is contained in:
parent
4f86c12ec4
commit
bac1bfe09b
@ -231,10 +231,6 @@ zint -o bar71.svg -b 71 --border=10 -d "Demonstration Data Matrix symbol generat
|
||||
zint -o bar71a.png -b 71 --gs1 --border=10 -d "[01]98898765432106[02]13012345678909[10]1234567ABCDEFG[3202]012345[15]991231"
|
||||
zint -o bar71a.eps -b 71 --gs1 --border=10 -d "[01]98898765432106[02]13012345678909[10]1234567ABCDEFG[3202]012345[15]991231"
|
||||
zint -o bar71a.svg -b 71 --gs1 --border=10 -d "[01]98898765432106[02]13012345678909[10]1234567ABCDEFG[3202]012345[15]991231"
|
||||
echo testing Data Matrix ECC 050
|
||||
zint -o bar71b.png --mode=3 -b 71 --border=10 -d "Demonstration Data Matrix symbol generated by libzint"
|
||||
zint -o bar71b.eps --mode=3 -b 71 --border=10 -d "Demonstration Data Matrix symbol generated by libzint"
|
||||
zint -o bar71b.svg --mode=3 -b 71 --border=10 -d "Demonstration Data Matrix symbol generated by libzint"
|
||||
echo testing EAN-14
|
||||
zint -o bar72.png -b 72 --height=50 --border=10 -d 3210987654321
|
||||
zint -o bar72.eps -b 72 --height=50 --border=10 -d 3210987654321
|
||||
|
@ -460,14 +460,6 @@ zint -o bar71a.eps -b 71 --gs1 --border=10 -d "[01]98898765432106[02]13012345678
|
||||
|
||||
zint -o bar71a.svg -b 71 --gs1 --border=10 -d "[01]98898765432106[02]13012345678909[10]1234567ABCDEFG[3202]012345[15]991231"
|
||||
|
||||
echo testing Data Matrix ECC 050
|
||||
|
||||
zint -o bar71b.png --mode=3 -b 71 --border=10 -d "Demonstration Data Matrix symbol generated by libzint"
|
||||
|
||||
zint -o bar71b.eps --mode=3 -b 71 --border=10 -d "Demonstration Data Matrix symbol generated by libzint"
|
||||
|
||||
zint -o bar71b.svg --mode=3 -b 71 --border=10 -d "Demonstration Data Matrix symbol generated by libzint"
|
||||
|
||||
echo testing EAN-14
|
||||
|
||||
zint -o bar72.png -b 72 --height=50 --border=10 -d 3210987654321
|
||||
@ -475,20 +467,6 @@ zint -o bar72.png -b 72 --height=50 --border=10 -d 3210987654321
|
||||
zint -o bar72.eps -b 72 --height=50 --border=10 -d 3210987654321
|
||||
zint -o bar72.svg -b 72 --height=50 --border=10 -d 3210987654321
|
||||
|
||||
echo testing Codablock-F
|
||||
|
||||
zint -o bar74.png -b 74 --border=10 -d "Demonstration Codablock-F symbol generated by libzint"
|
||||
|
||||
zint -o bar74.eps -b 74 --border=10 -d "Demonstration Codablock-F symbol generated by libzint"
|
||||
|
||||
zint -o bar74.svg -b 74 --border=10 -d "Demonstration Codablock-F symbol generated by libzint"
|
||||
|
||||
zint -o bar74a.png -b 74 --gs1 --border=10 -d "[01]98898765432106[02]13012345678909[10]1234567ABCDEFG[3202]012345[15]991231"
|
||||
|
||||
zint -o bar74a.eps -b 74 --gs1 --border=10 -d "[01]98898765432106[02]13012345678909[10]1234567ABCDEFG[3202]012345[15]991231"
|
||||
|
||||
zint -o bar74a.svg -b 74 --gs1 --border=10 -d "[01]98898765432106[02]13012345678909[10]1234567ABCDEFG[3202]012345[15]991231"
|
||||
|
||||
echo testing NVE-18
|
||||
|
||||
zint -o bar75.png -b 75 --height=50 --border=10 -d 76543210987654321
|
||||
|
Loading…
Reference in New Issue
Block a user