Authored via the following command: $ find test -type f -print0 | \ xargs -0 sed \ -i 's/^\(\s*\)negative:\s*SyntaxError\s*$/\1negative:\n\1 phase: early\n\1 type: SyntaxError/g'
- Remove duplicate word - Add missing license
Introduce the `module` flag to unambiguously identify tests that are intended to be interpreted as module code.