( string_format )
Legend
| → | Has corresponding code |
| → | No direct match, but an alternative exists |
| → | No corresponding code |
| - | TODO |
| ( .. ) | Not localized |
| Example | Python pytest |
C++ GoogleTest |
Swift Testing |
Kotlin jUnit |
Bash bats |
|---|---|---|---|---|---|
| ( printf_like_format ) | '%d' % n | - | - | - | - |
| ( format_with_thousands_separator ) | format(v, ',') | - | - | - | - |
| ( padding_space_right ) | s.ljust | - | - | - | - |
| ( padding_space_left ) | s.rjust | - | - | - | - |
| ( padding_zero ) | → | - | - | - | - |