How a tiny naming quirk hid seventy tests in Google Mug
I spent my morning digging into google mug and came away with a fun debugging story. While reading through their dot parse regex engine I noticed malformed escape sequences like incomplete unicode or empty character names were quietly passing through. A broad fallback rule was catching them and turning them into plain letters. Looking deeper into the test folder I found an entire suite of error…
We haven't written up this one. Dev.to has the full story — the link below goes straight to it.