✓
Passing This code compiles and runs correctly.
Code
// Test 210_041: Expression Backslash Escape
// Tests that strings with escaped backslashes parse correctly.
// "path\\to\\file" should NOT be flagged as Zig code (\\t ≠ \t).
tor process-path { path: string }
Test Configuration
MUST_RUN