summaryrefslogtreecommitdiff
path: root/_test/tests/lib/exe/js_js_compress/test-CommentMultiline-in.js
blob: b9d16a7bd7d87d212dccc5bac70fc86b136e037e (plain)
1
2
3
4
5
6
7
8
9
10
11

 if   (true)   {
    /* this
     * is a
     * multiline comment */
     document.write("true"); /* this
	is another
	*/  

}