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 has been archived by the owner on Dec 15, 2022. It is now read-only.
Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
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
The text was updated successfully, but these errors were encountered:
wesinator
changed the title
Escaped percent sign in format string is marked red
Escaped percent sign in floating point format string is marked red
Nov 16, 2018
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
The text was updated successfully, but these errors were encountered: