012 nested router

✗ Failing This test is currently failing.

Failed: frontend

Failure Output

error[PARSE003]: Koru constructs in host-embedded files (`.kz`, `.kjs`, etc.) must start with `~` — the host→Koru switch
  --> /Users/larsde/src/orisha/lib/routing.kz:13:1
    |
 13 | import std/testing
    | ^

error[PARSE001]: parse error
  --> tests/regression/300_ADVANCED_FEATURES/350_SUBFLOWS/350_012_nested_router/input.kz:15:0

Code

input.kz

Expected output

outer: /api/health
inner: /other
inner: catch-all

Test Configuration

MUST_RUN