-
Notifications
You must be signed in to change notification settings - Fork 232
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test cases for
string.format
covering various edge cases (#1101)
These test cases cover formatting for negative integers for %b, %o, and %x as well as leading and trailing zeros for %x when the argument is a string. Furthermore it covers how NaN, +Inf, and -Inf are printed. The discrepancy between the fixed point formatting for %s for lists should be fixed in a future commit.
- Loading branch information
1 parent
628543b
commit 43bc483
Showing
1 changed file
with
102 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters