Skip to content

Commit

Permalink
Add tests for #67
Browse files Browse the repository at this point in the history
close #67
  • Loading branch information
tedivm committed Mar 4, 2023
1 parent a13582e commit 494eacc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/Resources/jshrink/input/inline_multiline_comment.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
var d = 1; /* test comment /**/ var d = 2;
1 change: 1 addition & 0 deletions tests/Resources/jshrink/output/inline_multiline_comment.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
var d=1;var d=2;

0 comments on commit 494eacc

Please sign in to comment.