mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-24 12:02:08 +00:00
Add some more string test cases
This commit is contained in:
@@ -15,3 +15,4 @@ println STRFMT("%q16s", "hello")
|
||||
|
||||
println STRFMT("%#d", 42)
|
||||
println STRFMT("%.5d", 42)
|
||||
println STRFMT("%q5d", 42)
|
||||
|
||||
Reference in New Issue
Block a user