Files
rgbds/test/asm/invalid-format.out
Sylvie 6b8d33529e Improve string/interpolation formatting (#1491)
- The '#' component for type 's' now escapes the string characters
- The '#' component for type 'f' now prints a precision suffix
- The new 'q' component specifies a precision value
2024-09-01 12:54:26 -04:00

14 lines
91 B
Plaintext

+42 %d
$2a %x
42 %4d
42 %f
42.00000 %16f
42 42
2a 2a
hello
hello
hello
hello
42
42