061 backtick bracket equivalence

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

Code

input.kz

Actual compiler output

🎯 Compiler coordination: Passes: 20 (flow-based: elaborate, analysis, emission)
Error: output_emitted.zig:83:16: error: names=<[a-z]+|[a-z]+>
    comptime { @compileError("names=<[a-z]+|[a-z]+>"); }
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
referenced by:
    main_module: output_emitted.zig:81:25
    main: output_emitted.zig:123:5
    4 reference(s) hidden; use '-freference-trace=6' to see all references

Must contain:

names=<[a-z]+|[a-z]+>

Flows

flow ~scan-two click a branch to expand · @labels scroll to their anchor
scan-two

Test Configuration

MUST_ERROR