052 pattern branches

✓ Passing Passing: the compiler rejects this program as expected.

Code

input.kz

Actual compiler output

error[KORU021]: event 'input:test-patterns' has no branch 'GET /users/:id' (available: (none))
  --> tests/regression/200_COMPILER_FEATURES/210_PARSER/210_052_pattern_branches/input.kz:19:0

error[KORU021]: event 'input:test-patterns' has no branch 'POST /users' (available: (none))
  --> tests/regression/200_COMPILER_FEATURES/210_PARSER/210_052_pattern_branches/input.kz:20:0

error[KORU021]: event 'input:test-patterns' has no branch 'nested [brackets] work' (available: (none))
  --> tests/regression/200_COMPILER_FEATURES/210_PARSER/210_052_pattern_branches/input.kz:21:0

error[KORU021]: event 'input:test-patterns' has no branch '* -> stopped' (available: (none))
  --> tests/regression/200_COMPILER_FEATURES/210_PARSER/210_052_pattern_branches/input.kz:22:0

❌ Compiler coordination error: Incomplete branch coverage
   (set KORU_BACKEND_TRACE=1 for the backend return trace)

Must contain:

no branch 'GET /users/:id'

Flows

flow ~test-patterns click a branch to expand · @labels scroll to their anchor
test-patterns
flow ~test-patterns click a branch to expand · @labels scroll to their anchor
test-patterns

Test Configuration

MUST_ERROR