✓
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: "/" }
}
Test Configuration
Expected Behavior:
BACKEND_RUNTIME_ERRORExpected Error:
missing required field