( 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 - -
( literal_false ) - - false - -
( literal_int ) - - 1 - -
( literal_int_octal ) - - 0o755 - -
( literal_int_hex ) - - 0xFF - -
( literal_int_binary ) - - 0b11 - -
( literal_int_allows_underscore ) - - Yes - -