Loading
test(rule): restore single-quoted regex strings in YAML parity spec
My previous rewrite of the cross-format parity block accidentally
re-introduced double-escaped double-quoted strings ("...\\\\d+...")
that @reprazent had already asked to be replaced with single-quoted
literals on an earlier iteration. Switch back to single-quoted Ruby
strings + a single-quoted heredoc so the literal '\d' survives Ruby
string processing and reaches the YAML parser intact.
Co-Authored-By:
Claude Opus 4.7 (1M context) <noreply@anthropic.com>