[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/_test/tests/lib/exe/js_js_compress/ -> test-CommentMultiline-in.js (source)

   1  
   2   if   (true)   {
   3      /* this
   4       * is a
   5       * multiline comment */
   6       document.write("true"); /* this
   7      is another
   8      */  
   9  
  10  }
  11