validation progress

This commit is contained in:
2026-04-03 19:24:21 -04:00
parent 4411ac82f7
commit e4286ac6a9
5 changed files with 243 additions and 6 deletions

View File

@ -3623,6 +3623,18 @@ fn test_pattern_1_0() {
crate::tests::runner::run_test_case(&path, 1, 0).unwrap();
}
#[test]
fn test_invoice_0_0() {
let path = format!("{}/fixtures/invoice.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 0, 0).unwrap();
}
#[test]
fn test_invoice_0_1() {
let path = format!("{}/fixtures/invoice.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 0, 1).unwrap();
}
#[test]
fn test_max_properties_0_0() {
let path = format!("{}/fixtures/maxProperties.json", env!("CARGO_MANIFEST_DIR"));