Basic syntax

Legend
Has corresponding code
No direct match, but an alternative exists
No corresponding code
-TODO
( .. )Not localized
Example Python
pytest
PHP
PHPUnit
Swift
Testing
Csharp
xunit
Bash
bats
Powershell
pester
C++
GoogleTest
JavaScript
Jest
Kotlin
jUnit
( comment_single_line ) # .. - // - - # ... - - -
( comment_multi_line ) ''' ... ''' - /* .. */ - - <# ... #> - - -
( comment_nestable ) - Yes - - - - - -
( source_statement_separator ) - newline / ; - - - - - -
( state_no_operation ) - ; (?) - - - - - -
( newline_before_equal ) - - - - - - - -
( newline_after_equal ) - - - - - - - -
( multiple_statement_on_one_line ) statement1 ; statement2 - - - - - - - -