Leave newlines in javascript test programs

This commit is contained in:
Max Brunsfeld 2015-08-23 10:42:06 -07:00
parent 21258e6a9e
commit 14d7ebb7da
5 changed files with 166 additions and 160 deletions

View file

@ -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();