66116957e79f83d28db43c65ef8203faf54ec88c
[lhc/web/wiklou.git] / tests / phpunit / includes / libs / distiller-in.js
1 /* this is a comment */
2 /* a multi-
3 line comment */
4 /* a /* weird comment */
5 // one-line comment
6 var string = /* comment */'/* comment in string */';
7
8 move_to_the_same_line()
9
10 dont_move();
11
12 if ( / a + bfoo.* /i.test( bar ) && ( a / b ) * c + d - e) { /* blah */
13 statement();
14 statement()
15 }