mirror of
https://github.com/gbdev/rgbds.git
synced 2026-01-11 19:11:52 +00:00
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
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
< 300 > <+00300> < 12c> < %100101100>
|
||||
<4294967254> <-42> <&000037777777726>
|
||||
<3.14159> <-00123> <-123.0455932617>
|
||||
<hello > < hello>
|
||||
"\"\\t\" is '\t' ", " \"\\t\" is '\t'", " "\t" is ' '"
|
||||
-6d:n <300 >
|
||||
|
||||
Reference in New Issue
Block a user