1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-18 18:37:07 +00:00

Update gen_gs1_lint.php, gs1_lint.h re new # Data title in gs1-format-spec.txt

This commit is contained in:
gitlost
2021-02-20 17:50:06 +00:00
parent 2ba7a99db3
commit 9d023a806a
3 changed files with 88 additions and 61 deletions

View File

@@ -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" },