jspg checkpoint

This commit is contained in:
2026-06-23 19:48:38 -04:00
parent 9900b3fc43
commit a1fb9ef650
24 changed files with 588 additions and 3801 deletions

View File

@ -197,84 +197,6 @@ fn test_unique_items_0_14() {
crate::tests::runner::run_test_case(&path, 0, 14).unwrap();
}
#[test]
fn test_unique_items_0_15() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 0, 15).unwrap();
}
#[test]
fn test_unique_items_0_16() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 0, 16).unwrap();
}
#[test]
fn test_unique_items_0_17() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 0, 17).unwrap();
}
#[test]
fn test_unique_items_0_18() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 0, 18).unwrap();
}
#[test]
fn test_unique_items_0_19() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 0, 19).unwrap();
}
#[test]
fn test_unique_items_0_20() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 0, 20).unwrap();
}
#[test]
fn test_unique_items_0_21() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 0, 21).unwrap();
}
#[test]
fn test_unique_items_0_22() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 0, 22).unwrap();
}
#[test]
fn test_unique_items_0_23() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 0, 23).unwrap();
}
#[test]
fn test_unique_items_0_24() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 0, 24).unwrap();
}
#[test]
fn test_unique_items_0_25() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 0, 25).unwrap();
}
#[test]
fn test_unique_items_0_26() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 0, 26).unwrap();
}
#[test]
fn test_unique_items_0_27() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 0, 27).unwrap();
}
#[test]
fn test_unique_items_1_0() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
@ -323,6 +245,48 @@ fn test_unique_items_1_7() {
crate::tests::runner::run_test_case(&path, 1, 7).unwrap();
}
#[test]
fn test_unique_items_1_8() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 1, 8).unwrap();
}
#[test]
fn test_unique_items_1_9() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 1, 9).unwrap();
}
#[test]
fn test_unique_items_1_10() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 1, 10).unwrap();
}
#[test]
fn test_unique_items_1_11() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 1, 11).unwrap();
}
#[test]
fn test_unique_items_1_12() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 1, 12).unwrap();
}
#[test]
fn test_unique_items_1_13() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 1, 13).unwrap();
}
#[test]
fn test_unique_items_1_14() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 1, 14).unwrap();
}
#[test]
fn test_unique_items_2_0() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
@ -335,204 +299,6 @@ fn test_unique_items_2_1() {
crate::tests::runner::run_test_case(&path, 2, 1).unwrap();
}
#[test]
fn test_unique_items_2_2() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 2, 2).unwrap();
}
#[test]
fn test_unique_items_2_3() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 2, 3).unwrap();
}
#[test]
fn test_unique_items_2_4() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 2, 4).unwrap();
}
#[test]
fn test_unique_items_3_0() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 3, 0).unwrap();
}
#[test]
fn test_unique_items_3_1() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 3, 1).unwrap();
}
#[test]
fn test_unique_items_3_2() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 3, 2).unwrap();
}
#[test]
fn test_unique_items_3_3() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 3, 3).unwrap();
}
#[test]
fn test_unique_items_3_4() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 3, 4).unwrap();
}
#[test]
fn test_unique_items_3_5() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 3, 5).unwrap();
}
#[test]
fn test_unique_items_3_6() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 3, 6).unwrap();
}
#[test]
fn test_unique_items_3_7() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 3, 7).unwrap();
}
#[test]
fn test_unique_items_3_8() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 3, 8).unwrap();
}
#[test]
fn test_unique_items_3_9() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 3, 9).unwrap();
}
#[test]
fn test_unique_items_3_10() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 3, 10).unwrap();
}
#[test]
fn test_unique_items_3_11() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 3, 11).unwrap();
}
#[test]
fn test_unique_items_3_12() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 3, 12).unwrap();
}
#[test]
fn test_unique_items_3_13() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 3, 13).unwrap();
}
#[test]
fn test_unique_items_3_14() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 3, 14).unwrap();
}
#[test]
fn test_unique_items_4_0() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 4, 0).unwrap();
}
#[test]
fn test_unique_items_4_1() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 4, 1).unwrap();
}
#[test]
fn test_unique_items_4_2() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 4, 2).unwrap();
}
#[test]
fn test_unique_items_4_3() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 4, 3).unwrap();
}
#[test]
fn test_unique_items_4_4() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 4, 4).unwrap();
}
#[test]
fn test_unique_items_4_5() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 4, 5).unwrap();
}
#[test]
fn test_unique_items_4_6() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 4, 6).unwrap();
}
#[test]
fn test_unique_items_4_7() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 4, 7).unwrap();
}
#[test]
fn test_unique_items_5_0() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 5, 0).unwrap();
}
#[test]
fn test_unique_items_5_1() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 5, 1).unwrap();
}
#[test]
fn test_unique_items_5_2() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 5, 2).unwrap();
}
#[test]
fn test_unique_items_5_3() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 5, 3).unwrap();
}
#[test]
fn test_unique_items_5_4() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 5, 4).unwrap();
}
#[test]
fn test_unique_items_6_0() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 6, 0).unwrap();
}
#[test]
fn test_unique_items_6_1() {
let path = format!("{}/fixtures/uniqueItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 6, 1).unwrap();
}
#[test]
fn test_filter_0_0() {
let path = format!("{}/fixtures/filter.json", env!("CARGO_MANIFEST_DIR"));
@ -581,54 +347,6 @@ fn test_min_items_2_0() {
crate::tests::runner::run_test_case(&path, 2, 0).unwrap();
}
#[test]
fn test_additional_properties_0_0() {
let path = format!("{}/fixtures/additionalProperties.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 0, 0).unwrap();
}
#[test]
fn test_additional_properties_0_1() {
let path = format!("{}/fixtures/additionalProperties.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 0, 1).unwrap();
}
#[test]
fn test_additional_properties_0_2() {
let path = format!("{}/fixtures/additionalProperties.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 0, 2).unwrap();
}
#[test]
fn test_additional_properties_1_0() {
let path = format!("{}/fixtures/additionalProperties.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 1, 0).unwrap();
}
#[test]
fn test_additional_properties_1_1() {
let path = format!("{}/fixtures/additionalProperties.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 1, 1).unwrap();
}
#[test]
fn test_additional_properties_2_0() {
let path = format!("{}/fixtures/additionalProperties.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 2, 0).unwrap();
}
#[test]
fn test_additional_properties_2_1() {
let path = format!("{}/fixtures/additionalProperties.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 2, 1).unwrap();
}
#[test]
fn test_additional_properties_2_2() {
let path = format!("{}/fixtures/additionalProperties.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 2, 2).unwrap();
}
#[test]
fn test_dependencies_0_0() {
let path = format!("{}/fixtures/dependencies.json", env!("CARGO_MANIFEST_DIR"));
@ -887,6 +605,72 @@ fn test_dependencies_10_0() {
crate::tests::runner::run_test_case(&path, 10, 0).unwrap();
}
#[test]
fn test_dict_0_0() {
let path = format!("{}/fixtures/dict.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 0, 0).unwrap();
}
#[test]
fn test_dict_0_1() {
let path = format!("{}/fixtures/dict.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 0, 1).unwrap();
}
#[test]
fn test_dict_0_2() {
let path = format!("{}/fixtures/dict.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 0, 2).unwrap();
}
#[test]
fn test_dict_0_3() {
let path = format!("{}/fixtures/dict.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 0, 3).unwrap();
}
#[test]
fn test_dict_1_0() {
let path = format!("{}/fixtures/dict.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 1, 0).unwrap();
}
#[test]
fn test_dict_1_1() {
let path = format!("{}/fixtures/dict.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 1, 1).unwrap();
}
#[test]
fn test_dict_2_0() {
let path = format!("{}/fixtures/dict.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 2, 0).unwrap();
}
#[test]
fn test_dict_2_1() {
let path = format!("{}/fixtures/dict.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 2, 1).unwrap();
}
#[test]
fn test_dict_3_0() {
let path = format!("{}/fixtures/dict.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 3, 0).unwrap();
}
#[test]
fn test_dict_3_1() {
let path = format!("{}/fixtures/dict.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 3, 1).unwrap();
}
#[test]
fn test_dict_3_2() {
let path = format!("{}/fixtures/dict.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 3, 2).unwrap();
}
#[test]
fn test_exclusive_minimum_0_0() {
let path = format!("{}/fixtures/exclusiveMinimum.json", env!("CARGO_MANIFEST_DIR"));
@ -1979,72 +1763,18 @@ fn test_items_3_2() {
crate::tests::runner::run_test_case(&path, 3, 2).unwrap();
}
#[test]
fn test_items_3_3() {
let path = format!("{}/fixtures/items.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 3, 3).unwrap();
}
#[test]
fn test_items_3_4() {
let path = format!("{}/fixtures/items.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 3, 4).unwrap();
}
#[test]
fn test_items_3_5() {
let path = format!("{}/fixtures/items.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 3, 5).unwrap();
}
#[test]
fn test_items_4_0() {
let path = format!("{}/fixtures/items.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 4, 0).unwrap();
}
#[test]
fn test_items_4_1() {
let path = format!("{}/fixtures/items.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 4, 1).unwrap();
}
#[test]
fn test_items_4_2() {
let path = format!("{}/fixtures/items.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 4, 2).unwrap();
}
#[test]
fn test_items_5_0() {
let path = format!("{}/fixtures/items.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 5, 0).unwrap();
}
#[test]
fn test_items_5_1() {
let path = format!("{}/fixtures/items.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 5, 1).unwrap();
}
#[test]
fn test_items_5_2() {
let path = format!("{}/fixtures/items.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 5, 2).unwrap();
}
#[test]
fn test_items_5_3() {
let path = format!("{}/fixtures/items.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 5, 3).unwrap();
}
#[test]
fn test_items_5_4() {
let path = format!("{}/fixtures/items.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 5, 4).unwrap();
}
#[test]
fn test_items_6_0() {
let path = format!("{}/fixtures/items.json", env!("CARGO_MANIFEST_DIR"));
@ -2088,75 +1818,15 @@ fn test_items_9_0() {
}
#[test]
fn test_items_10_0() {
fn test_items_9_1() {
let path = format!("{}/fixtures/items.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 10, 0).unwrap();
crate::tests::runner::run_test_case(&path, 9, 1).unwrap();
}
#[test]
fn test_items_11_0() {
fn test_items_9_2() {
let path = format!("{}/fixtures/items.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 11, 0).unwrap();
}
#[test]
fn test_items_11_1() {
let path = format!("{}/fixtures/items.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 11, 1).unwrap();
}
#[test]
fn test_items_12_0() {
let path = format!("{}/fixtures/items.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 12, 0).unwrap();
}
#[test]
fn test_items_12_1() {
let path = format!("{}/fixtures/items.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 12, 1).unwrap();
}
#[test]
fn test_items_13_0() {
let path = format!("{}/fixtures/items.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 13, 0).unwrap();
}
#[test]
fn test_items_13_1() {
let path = format!("{}/fixtures/items.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 13, 1).unwrap();
}
#[test]
fn test_items_14_0() {
let path = format!("{}/fixtures/items.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 14, 0).unwrap();
}
#[test]
fn test_items_14_1() {
let path = format!("{}/fixtures/items.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 14, 1).unwrap();
}
#[test]
fn test_items_15_0() {
let path = format!("{}/fixtures/items.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 15, 0).unwrap();
}
#[test]
fn test_items_15_1() {
let path = format!("{}/fixtures/items.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 15, 1).unwrap();
}
#[test]
fn test_items_15_2() {
let path = format!("{}/fixtures/items.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 15, 2).unwrap();
crate::tests::runner::run_test_case(&path, 9, 2).unwrap();
}
#[test]
@ -3011,78 +2681,6 @@ fn test_exclusive_maximum_0_3() {
crate::tests::runner::run_test_case(&path, 0, 3).unwrap();
}
#[test]
fn test_prefix_items_0_0() {
let path = format!("{}/fixtures/prefixItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 0, 0).unwrap();
}
#[test]
fn test_prefix_items_0_1() {
let path = format!("{}/fixtures/prefixItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 0, 1).unwrap();
}
#[test]
fn test_prefix_items_0_2() {
let path = format!("{}/fixtures/prefixItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 0, 2).unwrap();
}
#[test]
fn test_prefix_items_0_3() {
let path = format!("{}/fixtures/prefixItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 0, 3).unwrap();
}
#[test]
fn test_prefix_items_0_4() {
let path = format!("{}/fixtures/prefixItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 0, 4).unwrap();
}
#[test]
fn test_prefix_items_0_5() {
let path = format!("{}/fixtures/prefixItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 0, 5).unwrap();
}
#[test]
fn test_prefix_items_1_0() {
let path = format!("{}/fixtures/prefixItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 1, 0).unwrap();
}
#[test]
fn test_prefix_items_1_1() {
let path = format!("{}/fixtures/prefixItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 1, 1).unwrap();
}
#[test]
fn test_prefix_items_1_2() {
let path = format!("{}/fixtures/prefixItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 1, 2).unwrap();
}
#[test]
fn test_prefix_items_2_0() {
let path = format!("{}/fixtures/prefixItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 2, 0).unwrap();
}
#[test]
fn test_prefix_items_3_0() {
let path = format!("{}/fixtures/prefixItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 3, 0).unwrap();
}
#[test]
fn test_prefix_items_4_0() {
let path = format!("{}/fixtures/prefixItems.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 4, 0).unwrap();
}
#[test]
fn test_primitive_types_0_0() {
let path = format!("{}/fixtures/primitiveTypes.json", env!("CARGO_MANIFEST_DIR"));
@ -4241,162 +3839,6 @@ fn test_multiple_of_3_0() {
crate::tests::runner::run_test_case(&path, 3, 0).unwrap();
}
#[test]
fn test_pattern_properties_0_0() {
let path = format!("{}/fixtures/patternProperties.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 0, 0).unwrap();
}
#[test]
fn test_pattern_properties_0_1() {
let path = format!("{}/fixtures/patternProperties.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 0, 1).unwrap();
}
#[test]
fn test_pattern_properties_0_2() {
let path = format!("{}/fixtures/patternProperties.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 0, 2).unwrap();
}
#[test]
fn test_pattern_properties_0_3() {
let path = format!("{}/fixtures/patternProperties.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 0, 3).unwrap();
}
#[test]
fn test_pattern_properties_0_4() {
let path = format!("{}/fixtures/patternProperties.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 0, 4).unwrap();
}
#[test]
fn test_pattern_properties_0_5() {
let path = format!("{}/fixtures/patternProperties.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 0, 5).unwrap();
}
#[test]
fn test_pattern_properties_0_6() {
let path = format!("{}/fixtures/patternProperties.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 0, 6).unwrap();
}
#[test]
fn test_pattern_properties_0_7() {
let path = format!("{}/fixtures/patternProperties.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 0, 7).unwrap();
}
#[test]
fn test_pattern_properties_1_0() {
let path = format!("{}/fixtures/patternProperties.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 1, 0).unwrap();
}
#[test]
fn test_pattern_properties_1_1() {
let path = format!("{}/fixtures/patternProperties.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 1, 1).unwrap();
}
#[test]
fn test_pattern_properties_1_2() {
let path = format!("{}/fixtures/patternProperties.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 1, 2).unwrap();
}
#[test]
fn test_pattern_properties_1_3() {
let path = format!("{}/fixtures/patternProperties.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 1, 3).unwrap();
}
#[test]
fn test_pattern_properties_1_4() {
let path = format!("{}/fixtures/patternProperties.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 1, 4).unwrap();
}
#[test]
fn test_pattern_properties_1_5() {
let path = format!("{}/fixtures/patternProperties.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 1, 5).unwrap();
}
#[test]
fn test_pattern_properties_2_0() {
let path = format!("{}/fixtures/patternProperties.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 2, 0).unwrap();
}
#[test]
fn test_pattern_properties_2_1() {
let path = format!("{}/fixtures/patternProperties.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 2, 1).unwrap();
}
#[test]
fn test_pattern_properties_2_2() {
let path = format!("{}/fixtures/patternProperties.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 2, 2).unwrap();
}
#[test]
fn test_pattern_properties_2_3() {
let path = format!("{}/fixtures/patternProperties.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 2, 3).unwrap();
}
#[test]
fn test_pattern_properties_3_0() {
let path = format!("{}/fixtures/patternProperties.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 3, 0).unwrap();
}
#[test]
fn test_pattern_properties_3_1() {
let path = format!("{}/fixtures/patternProperties.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 3, 1).unwrap();
}
#[test]
fn test_pattern_properties_3_2() {
let path = format!("{}/fixtures/patternProperties.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 3, 2).unwrap();
}
#[test]
fn test_pattern_properties_3_3() {
let path = format!("{}/fixtures/patternProperties.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 3, 3).unwrap();
}
#[test]
fn test_pattern_properties_3_4() {
let path = format!("{}/fixtures/patternProperties.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 3, 4).unwrap();
}
#[test]
fn test_pattern_properties_4_0() {
let path = format!("{}/fixtures/patternProperties.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 4, 0).unwrap();
}
#[test]
fn test_pattern_properties_5_0() {
let path = format!("{}/fixtures/patternProperties.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 5, 0).unwrap();
}
#[test]
fn test_pattern_properties_5_1() {
let path = format!("{}/fixtures/patternProperties.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 5, 1).unwrap();
}
#[test]
fn test_merge_0_0() {
let path = format!("{}/fixtures/merge.json", env!("CARGO_MANIFEST_DIR"));