summaryrefslogtreecommitdiff
path: root/_test/tests/lib/exe/js_js_compress/test-CommentSingleLine-in.js
blob: 302d7160bdfde60e13bf967a135519c4b755da51 (plain)
1
2
3
4
5
6
7

 if   (true)  {
    // this is a single line comment
     document.write("true")    ; // another
}