mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-16 08:06:24 +03:00
The sheet url rewrite and its comment scan both matched `url(` inside a longer identifier, so `myurl(a /* url(x.png) */)` read as an unquoted url and the comment inside it as url content. Both now require a non-identifier byte before `url(`, the way the tokenizer does; the regex re-emits that byte unchanged. A test pins a custom function wrapping a comment beside a real url on the same rule. AI assistance: Claude Code (Claude Fable 5.1), on maintainer instruction. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>