You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Prerequisites
Description
An escaped percent sign (
\%) in a format string is marked in red as if it is invalid.Steps to Reproduce
"%2.2f\%\n\n"Expected behavior: Not marked red, treated as literal text.
Actual behavior: Marked red as if the escape is invalid.
Reproduces how often: Always
Versions
0.60.4
Additional Information