Fix comment test

This commit is contained in:
John Wiegley 2018-04-05 21:55:34 -07:00
parent 36985e170c
commit 4011a4cff5
1 changed files with 1 additions and 2 deletions

View File

@ -4,10 +4,9 @@ let
/* we can also nest these comments /* we can also nest these comments
*/ /* */ /*
*/ */
*/
b.c = { e = {}; }; b.c = { e = {}; };
/* just some more comments /* just some more comments
*/ */
b.c.e.f = 4; b.c.e.f = 4;
/* this file is documented really well */ /* this file is documented really well */
in b /* todo */ in b /* todo */