test: cover Decodal 0.4 parity contracts

This commit is contained in:
2026-08-14 11:00:50 +09:00
parent 1fad5fc8ed
commit 6bcd59fcc6
4 changed files with 131 additions and 14 deletions
@@ -18,6 +18,8 @@ import "main.dcdl" as WorkspaceConfigSchema
},
});
if (errors.length > 0) {
throw new Error(`Decodal 0.4 grammar produced parse errors at ${errors.join(", ")}`);
throw new Error(
`Decodal 0.4 grammar produced parse errors at ${errors.join(", ")}`,
);
}
});