Add failing test for printing block line comments with retainLines option

This commit is contained in:
Amjad Masad
2015-04-30 04:37:45 -07:00
parent 16c86c25b7
commit 34cc577fa2
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
}