Comment 1 for bug 950369

Revision history for this message
Jamu Kakar (jkakar) wrote :

I poked through the code and determined that implementing this kind of
check will be a pretty big pain in the neck. We'd need to parse the
string to determine what kind of interpolation is required and then
verify that with the arguments to be interpolated. ie, we'd need to
implement our own string interpolation engine. Ew.