( builtin_types )
凡例
| → | 対応コードあり |
| → | 直接対応していないが代替の書き方あり |
| → | 対応コードなし |
| - | 未確認 |
| ( .. ) | ローカライズまだ |
| Example | Python pytest |
C++ GoogleTest |
Swift Testing |
Kotlin jUnit |
Bash bats |
|---|---|---|---|---|---|
| ( literal_true ) | - | - | true | - | - |
| ( literal_false ) | - | - | false | - | - |
| ( literal_int ) | - | - | 1 | - | - |
| ( literal_int_octal ) | - | - | 0o755 | - | - |
| ( literal_int_hex ) | - | - | 0xFF | - | - |
| ( literal_int_binary ) | - | - | 0b11 | - | - |
| ( literal_int_allows_underscore ) | - | - | Yes | - | - |