added flow commands for testing validator vs jspg

This commit is contained in:
2025-09-30 20:29:13 -04:00
parent c7ae975275
commit 61511b595d
2 changed files with 10 additions and 4 deletions

View File

@ -849,7 +849,6 @@ impl<'v, 's> Validator<'v, 's, '_, '_> {
) -> Result<(), ValidationError<'s, 'v>> {
let scope = self.scope.child(sch, ref_kw, self.scope.vid);
let schema = &self.schemas.get(sch);
let be_strict = self.options.map_or(false, |o| o.be_strict);
let (result, reply) = Validator {
v: self.v,
vloc: self.vloc,