Merge pull request #1388 from amasad/master

Add failing test for printing block line comments with retainLines option
This commit is contained in:
Sebastian McKenzie
2015-04-30 16:42:55 +01:00
3 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
{
print("hello");
// comment
}

View File

@@ -0,0 +1,4 @@
{
print("hello");
// comment
}

View File

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