jspg stabilized again

This commit is contained in:
2026-04-15 03:08:11 -04:00
parent c38d81efa4
commit a3bd79deef
7 changed files with 3852 additions and 3379 deletions

View File

@ -3695,6 +3695,12 @@ fn test_database_5_0() {
crate::tests::runner::run_test_case(&path, 5, 0).unwrap();
}
#[test]
fn test_database_6_0() {
let path = format!("{}/fixtures/database.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 6, 0).unwrap();
}
#[test]
fn test_cases_0_0() {
let path = format!("{}/fixtures/cases.json", env!("CARGO_MANIFEST_DIR"));