Leave newlines in javascript test programs
This commit is contained in:
parent
21258e6a9e
commit
14d7ebb7da
5 changed files with 166 additions and 160 deletions
|
|
@ -6,7 +6,8 @@ stuff(|||);
|
|||
|
||||
---
|
||||
|
||||
(expression_statement (function_call (identifier) (ERROR (UNEXPECTED '|'))))
|
||||
(program
|
||||
(expression_statement (function_call (identifier) (ERROR (UNEXPECTED '|')))))
|
||||
|
||||
==========================================
|
||||
errors in if statements
|
||||
|
|
@ -14,7 +15,7 @@ errors in if statements
|
|||
|
||||
stuff();
|
||||
if (*nonsense*) {
|
||||
*more-nonsense*;
|
||||
*more-nonsense*;
|
||||
}
|
||||
moreStuff();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue