mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
7314423bd1
While `"% 2f"` and `"% 4f"` result in `" Inf"` and `" Inf"` respectively, `"% 3f"` results in `"Inf"` (no space).