Add tests for newlines before comments

This commit is contained in:
Joshua Peek
2014-12-07 02:06:41 -08:00
parent e17d5bdb13
commit 2e0cd0f349
4 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
function test() {
/*
* this is comment
*/
var i = 20;
}

View File

@@ -0,0 +1,10 @@
function test() {
/*
* this is comment
*/
var i = 20;
}

View File

@@ -0,0 +1,7 @@
// from #23
/**/
/*
*/

View File

@@ -0,0 +1,7 @@
// from #23
/**/
/*
*/