add check that allows only %f and %g conversions in variable format strings

This commit is contained in:
Axel Kohlmeyer
2019-05-30 14:46:07 -04:00
parent 8dcd6fc48c
commit 1a5c3c6dcb
5 changed files with 24 additions and 0 deletions

View File

@ -173,6 +173,11 @@ E: Unbalanced quotes in input line
No matching end double quote was found following a leading double
quote.
E: Incorrect conversion in format string
An immediate variable with format suffix was not using
either a %f or a %g conversion in the format suffix.
E: Input line quote not followed by white-space
An end quote must be followed by white-space.