080 mock shape mismatch

✓ Passing This code compiles and runs correctly.

Code

~event match { path: []const u8, pattern: []const u8 }
| ok { result: []const u8 }
| no_match {}

~test(Should fail clearly) {
    ~match = ok { path: "/", pattern: "/" }
}
input.kz

Test Configuration

Expected Behavior:

BACKEND_RUNTIME_ERROR

Expected Error:

missing required field