tests/string-format: Add test for formatting ints with float format.
Fail currently.
This commit is contained in:
parent
e807fa8d60
commit
ad1bac63f7
@ -58,6 +58,9 @@ test("{:10.4f}", 123.456)
|
||||
test("{:10.4f}", -123.456)
|
||||
test("{:10.4g}", 123.456)
|
||||
test("{:10.4g}", -123.456)
|
||||
test("{:e}", 100)
|
||||
test("{:f}", 200)
|
||||
test("{:g}", 300)
|
||||
|
||||
test("{:10.4E}", 123.456)
|
||||
test("{:10.4E}", -123.456)
|
||||
|
Loading…
Reference in New Issue
Block a user