aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/ecma/issue-2515.js
blob: a1f158603b07e195569f7c958304296c7cc32ce2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
function test() {
  return [
    {
      test: "test",
      test_one: "test",
    },
    {
      test: "test",
      test_one: "test",
    },
    {
      test: "test",
      test_one: "test",
    },
  ];
}