Skip to content

Commit

Permalink
repro issue estools#435
Browse files Browse the repository at this point in the history
  • Loading branch information
lucivpav committed Dec 17, 2020
1 parent 7a48a21 commit 7496ba2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/comment/variable-declaration.expected.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
let variable = // comment
3 + 3;
2 changes: 2 additions & 0 deletions test/comment/variable-declaration.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
let variable = // comment
3+3;

0 comments on commit 7496ba2

Please sign in to comment.