Skip to content

Commit

Permalink
Merge pull request #118 from tedious/bugfix_67
Browse files Browse the repository at this point in the history
Add tests for #67
  • Loading branch information
tedivm authored Mar 4, 2023
2 parents a13582e + 494eacc commit 00e1d49
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 00e1d49

Please sign in to comment.