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

@ -210,6 +210,10 @@ E: Invalid variable style with next command
Variable styles {equal} and {world} cannot be used in a next
command.
E: Incorrect conversion in format string
A format style variable was not using either a %f or a %g conversion.
E: Next command must list all universe and uloop variables
This is to insure they stay in sync.