Add codegen for renderablemodel

This commit is contained in:
Malin Ejdbo
2021-03-12 09:55:23 +01:00
parent e850e7a1b7
commit aebe6c1217
3 changed files with 125 additions and 178 deletions

View File

@@ -249,7 +249,7 @@ TestResult DateTimeVerifier::operator()(const ghoul::Dictionary& dict,
TestResult::Offense off;
off.offender = key;
off.reason = TestResult::Offense::Reason::Verification;
off.explanation = "Not a valid format";
off.explanation = "Not a valid format, should be: YYYY MM DD hh:mm:ss";
res.offenses.push_back(off);
}
// then check if valid date