Ömer Sinan Ağacan ce4e668e39 format macro argument parsing fix
When the character next to `{}` is "shifted" (when mapping a byte index
in the format string to span) we should avoid shifting the span end
index, so first map the index of `}` to span, then bump the span,
instead of first mapping the next byte index to a span (which causes
bumping the end span too much).

Regression test added.

Fixes #83344
2021-03-27 13:06:36 +03:00
..
2021-01-07 18:54:12 -03:00
2021-03-03 11:23:29 +01:00
2021-03-16 00:12:38 +03:00