validation progress
This commit is contained in:
@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user