Move corpus files to fixtures/corpus directory
This commit is contained in:
parent
bc0e290c17
commit
eb8ef59869
16 changed files with 1 additions and 1 deletions
|
|
@ -1,30 +0,0 @@
|
|||
==========================================
|
||||
errors in function calls
|
||||
==========================================
|
||||
|
||||
stuff(|||);
|
||||
|
||||
---
|
||||
|
||||
(program
|
||||
(expression_statement (function_call (identifier) (arguments (ERROR (UNEXPECTED '|'))))))
|
||||
|
||||
==========================================
|
||||
errors in if statements
|
||||
==========================================
|
||||
|
||||
stuff();
|
||||
if (*nonsense*) {
|
||||
*more-nonsense*;
|
||||
}
|
||||
moreStuff();
|
||||
|
||||
---
|
||||
|
||||
(program
|
||||
(expression_statement (function_call (identifier) (arguments)))
|
||||
(if_statement
|
||||
(ERROR (UNEXPECTED '*') (identifier))
|
||||
(statement_block
|
||||
(expression_statement (ERROR (UNEXPECTED '*') (identifier) (identifier)))))
|
||||
(expression_statement (function_call (identifier) (arguments))))
|
||||
Loading…
Add table
Add a link
Reference in a new issue