Rewrite semantics test module¶
{ #testmod-rewrite-semantics }
Stable ID: TESTMOD-REWRITE-SEMANTICS
Corner cases for test the rewrite seamatics¶
- AST node spanning the whole file, i.e., the complete range.
- AST beginning at the start of the file, i.e., the range starts at the first character.
- AST stopping at the end of the file, i.e., the range ends at the last character.
Last character might be End-Of-File (
EOF) instead End-Of-Line (EOL).