✗
Failing This test is currently failing.
Failed: output
Failure Output
🎯 Compiler coordination: Passes: 17 (flow-based: frontend, analysis, emission) Code
// Pins string-literal escape lexing when `\\` (literal backslash) is
// immediately followed by `\"` (literal quote): the decoded value is
// backslash-quote, and the statement must survive to emission. Guards the
// silent-drop shape where a mis-lexed escape sequence terminates the string
// early, garbles the line, and the flow vanishes from the program with a
// green exit — the value below must actually print.
import std/io
std/io:print.ln("a\\\"b")
Expected output
a\"b
Flows
flow ~print.ln click a branch to expand · @labels scroll to their anchor
print.ln
Test Configuration
MUST_RUN