started adding simple xli validation

This commit is contained in:
2013-07-11 16:55:08 +00:00
parent 2bccba995c
commit 67c47e906d
8 changed files with 332 additions and 161 deletions

View File

@ -48,7 +48,10 @@ const qse_char_t* qse_xli_dflerrstr (
QSE_T("'@include' not followed by a string"),
QSE_T("invalid character '${0}'"),
QSE_T("'${0}' not recognized"),
QSE_T("@ not followed by a valid word")
QSE_T("@ not followed by a valid word"),
QSE_T("illegal key '${0}'"),
QSE_T("illegal value for '${0}'"),
QSE_T("too many string segments for '${0}'")
};
return (errnum >= 0 && errnum < QSE_COUNTOF(errstr))?