( string_format )

凡例
対応コードあり
直接対応していないが代替の書き方あり
対応コードなし
-未確認
( .. )ローカライズまだ
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 ) - - - -