fails(JRUBY-5656):Array#pack with format 'F' taints the output string if the format string is tainted
fails(JRUBY-5656):Array#pack with format 'F' raises a ArgumentError if a String does not represent a floating point number
fails(JRUBY-5656):Array#pack with format 'F' ignores NULL bytes between directives
fails(JRUBY-5656):Array#pack with format 'f' taints the output string if the format string is tainted
fails(JRUBY-5656):Array#pack with format 'f' raises a ArgumentError if a String does not represent a floating point number
fails(JRUBY-5656):Array#pack with format 'f' ignores NULL bytes between directives
fails(JRUBY-5656):Array#pack with format 'F' raises a TypeError if passed a String representation of a floating point number
fails(JRUBY-5656):Array#pack with format 'f' raises a TypeError if passed a String representation of a floating point number
