mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-16 16:14:36 -04:00
Update gen_gs1_lint.php, gs1_lint.h re new # Data title in gs1-format-spec.txt
This commit is contained in:
parent
2ba7a99db3
commit
9d023a806a
3 changed files with 88 additions and 61 deletions
|
@ -351,7 +351,7 @@ static void test_gs1_verify(int index, int debug) {
|
|||
/* 41*/ { "[13]9913011", ZINT_ERROR_INVALID_DATA, "" },
|
||||
/* 42*/ { "[130]991301", ZINT_ERROR_INVALID_DATA, "" },
|
||||
/* 43*/ { "[1300]991301", ZINT_ERROR_INVALID_DATA, "" },
|
||||
/* 44*/ { "[14]1234", ZINT_ERROR_INVALID_DATA, "" },
|
||||
/* 44*/ { "[14]991201", ZINT_ERROR_INVALID_DATA, "" },
|
||||
/* 45*/ { "[140]1234", ZINT_ERROR_INVALID_DATA, "" },
|
||||
/* 46*/ { "[1400]1234", ZINT_ERROR_INVALID_DATA, "" },
|
||||
/* 47*/ { "[15]021231", 0, "15021231" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue