diff --git a/test/comment/comment-gets-stripped-out.expected.js b/test/comment/comment-gets-stripped-out.expected.js new file mode 100644 index 00000000..ff430915 --- /dev/null +++ b/test/comment/comment-gets-stripped-out.expected.js @@ -0,0 +1,3 @@ +var foo = /* comment */ ( + 42 +); \ No newline at end of file diff --git a/test/comment/comment-gets-stripped-out.js b/test/comment/comment-gets-stripped-out.js new file mode 100644 index 00000000..ff430915 --- /dev/null +++ b/test/comment/comment-gets-stripped-out.js @@ -0,0 +1,3 @@ +var foo = /* comment */ ( + 42 +); \ No newline at end of file