Advertisement
Guest User

testcase_odd.html

a guest
Jan 14th, 2013
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE HTML>
  2. <html lang="en-US">
  3. <body>
  4.     <script type="text/javascript">
  5.         function Test(){ // click the fold mark of this line to fold
  6.             /**
  7.              *
  8.              */
  9.             /**
  10.              *
  11.              */
  12.             /**
  13.              *
  14.              */
  15.         }
  16.         var test = new Test();
  17.         test.someMethod('some args');
  18.         for(var i=0; i<42; i++){
  19.             print('other code block(s) that should not be folded');
  20.         }
  21.     </script>
  22. </body>
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement