( builtin_types )

凡例
対応コードあり
直接対応していないが代替の書き方あり
対応コードなし
-未確認
( .. )ローカライズまだ
Example Python
pytest
PHP
PHPUnit
Swift
Testing
Csharp
xunit
Bash
bats
Powershell
pester
C++
GoogleTest
JavaScript
Jest
Kotlin
jUnit
( 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 - - - - - -