d3fd5e6eb65e265a9709f2c46f5a42d3d906f600
[platform/framework/web/crosswalk-tizen.git] /
1 function foo() {
2   function dolor(bar) {
3     var arr = [];
4     if (bar) {
5     arr = [
6 'weird',
7 'indent'
8     ];
9     obj = {
10   'yes': 'i know it\'s weird',
11   'but': 'it tests the rocambole-indent negative rule'
12     }
13     }
14     return arr;
15   }
16   return dolor;
17 }