Skip to content
Snippets Groups Projects
  • Mike Pennisi's avatar
    7d4b1d28
    Re-format tests for SyntaxErrors · 7d4b1d28
    Mike Pennisi authored
    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'
    7d4b1d28
    History
    Re-format tests for SyntaxErrors
    Mike Pennisi authored
    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'