( builtin_types )
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 |
|---|---|---|---|---|---|
| ( literal_true ) | True | - | true | - | - |
| ( literal_false ) | False | - | false | - | - |
| ( literal_null ) | None | - | - | - | - |
| ( literal_int_allows_underscore ) | Yes | - | Yes | - | - |
| ( literal_int_octal ) | 0o755 | - | 0o755 | - | - |
| ( literal_int_hex ) | 0xFF | - | 0xFF | - | - |
| ( type_int ) | int | - | - | - | - |
| ( type_float ) | float | - | - | - | - |
| ( type_bool ) | bool | - | - | - | - |
| ( literal_int ) | - | - | 1 | - | - |
| ( literal_int_binary ) | - | - | 0b11 | - | - |