Add failing test for printing with compact & retainLines

This commit is contained in:
Amjad Masad
2015-05-14 23:45:45 -07:00
parent 2cff9519e1
commit 741abb73d2
3 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
function foo(l) {
return (
// hi
l
);
}

View File

@@ -0,0 +1,4 @@
function foo(l){
return (
l);}

View File

@@ -0,0 +1,4 @@
{
"retainLines": true,
"compact": true
}