man page: line separate --vers matrix tables

test suite: zxingcpp "rMQR" -> "RMQRCode"
This commit is contained in:
gitlost 2023-12-06 12:05:45 +00:00
parent fe56c030b0
commit de90de99ae
6 changed files with 31 additions and 3 deletions

View file

@ -3637,7 +3637,7 @@ static const char *testUtilZXingCPPName(int index, const struct zint_symbol *sym
{ "", BARCODE_GRIDMATRIX, 142, },
{ "QRCode", BARCODE_UPNQR, 143, },
{ "", BARCODE_ULTRA, 144, },
{ "rMQR", BARCODE_RMQR, 145, },
{ "RMQRCode", BARCODE_RMQR, 145, },
};
static const int data_size = ARRAY_SIZE(data);