| 421 | // ***** Endpoint for ValidatorBefore with invalid validation data 2 ****** |
| 422 | C_ATTR(beforeInvalidValidationData2, :Local :AutoArgs) |
| 423 | void beforeInvalidValidationData2(Context *c) |
| 424 | { |
| 425 | Validator v({new ValidatorBefore( |
| 426 | u"before_field"_s, u"schiet"_s, QString{}, nullptr, m_validatorMessages)}); |
| 427 | checkResponse(c, v.validate(c)); |
| 428 | } |
| 429 | |
| 430 | // ***** Endpoint for ValidatorBefore with time zone ***** |
| 431 | C_ATTR(beforeValidWithTimeZone, :Local :AutoArgs) |