string_format_bad.m:022: Error: the format string does not match the list of string_format_bad.m:022: values to be formatted in call to function string_format_bad.m:022: `string.format'/2. string_format_bad.m:022: There is no first conversion specifier, but there is string_format_bad.m:022: an input. string_format_bad.m:024: Error: the format string does not match the list of string_format_bad.m:024: values to be formatted in call to function string_format_bad.m:024: `string.format'/2. string_format_bad.m:024: The first conversion specifier uses the specifier string_format_bad.m:024: character `d', but the corresponding input is a string_format_bad.m:024: string. string_format_bad.m:024: The only specifier applicable to strings is `%s'. string_format_bad.m:027: Error: the format string does not match the list of string_format_bad.m:027: values to be formatted in call to predicate string_format_bad.m:027: `io.format'/4. string_format_bad.m:027: The first conversion specifier uses the specifier string_format_bad.m:027: character `d', but the corresponding input is a string_format_bad.m:027: string. string_format_bad.m:027: The only specifier applicable to strings is `%s'. string_format_bad.m:028: Error: the format string does not match the list of string_format_bad.m:028: values to be formatted in call to predicate string_format_bad.m:028: `io.format'/5. string_format_bad.m:028: The first conversion specifier uses the specifier string_format_bad.m:028: character `d', but the corresponding input is a string_format_bad.m:028: string. string_format_bad.m:028: The only specifier applicable to strings is `%s'. string_format_bad.m:029: Error: the format string does not match the list of string_format_bad.m:029: values to be formatted in call to predicate string_format_bad.m:029: `stream.string_writer.format'/5. string_format_bad.m:029: The first conversion specifier uses the specifier string_format_bad.m:029: character `d', but the corresponding input is a string_format_bad.m:029: string. string_format_bad.m:029: The only specifier applicable to strings is `%s'. string_format_bad.m:030: Error: the format string does not match the list of string_format_bad.m:030: values to be formatted in call to predicate string_format_bad.m:030: `io.format'/4. string_format_bad.m:030: The first conversion specifier uses the unknown string_format_bad.m:030: specifier character `w'. string_format_bad.m:039: Error: the format string does not match the list of string_format_bad.m:039: values to be formatted in call to predicate string_format_bad.m:039: `io.format'/5. string_format_bad.m:039: The second conversion specifier uses the specifier string_format_bad.m:039: character `f', but the corresponding input is an string_format_bad.m:039: integer. string_format_bad.m:039: The specifiers applicable to ints are `%d', `%i', string_format_bad.m:039: `%o', `%x', `%X', `%u' and `%p'. string_format_bad.m:044: Error: the format string does not match the list of string_format_bad.m:044: values to be formatted in call to predicate string_format_bad.m:044: `io.format'/5. string_format_bad.m:044: The first conversion specifier uses the specifier string_format_bad.m:044: character `d', but the corresponding input is a string_format_bad.m:044: float. string_format_bad.m:044: The specifiers applicable to floats are `%f', `%e', string_format_bad.m:044: `%E', `%g' and `%G'.