mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Simplify format specs to not use a per-character state machine
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
+42 %d
|
||||
$2a %x
|
||||
42 %4d
|
||||
42 %f
|
||||
42.00000 %16f %16f
|
||||
+42 %++d
|
||||
$2a %##x
|
||||
42 %--4d
|
||||
42 %..f
|
||||
42.00000 %q.16f %qq16f
|
||||
42 42
|
||||
2a 2a
|
||||
hello
|
||||
|
||||
@@ -8,5 +8,5 @@ void are 0
|
||||
3.141586304 ~ three
|
||||
1 -> 1.235 -> 1.23456
|
||||
1 eol %
|
||||
invalid % spec
|
||||
invalid %w spec
|
||||
one=1 two=% three=%
|
||||
|
||||
Reference in New Issue
Block a user