fails:Array#pack with format 'N' ignores whitespace in the format string
fails:Array#pack with format 'N' calls #to_str to coerce the directives string
fails:Array#pack with format 'N' taints the output string if the format string is tainted
fails:Array#pack with format 'N' calls #to_int to convert the pack argument to an Integer
fails:Array#pack with format 'n' ignores whitespace in the format string
fails:Array#pack with format 'n' calls #to_str to coerce the directives string
fails:Array#pack with format 'n' taints the output string if the format string is tainted
fails:Array#pack with format 'n' calls #to_int to convert the pack argument to an Integer
