summaryrefslogtreecommitdiffstats
path: root/tests/indent/4.1/test.js
blob: 64e9510335bf16f8231a209d1befee94c8510f2d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// File with 4-spaces indentation
function foobar() {
    foo = bar
    while (true) {
        fizfuz()
        fizfuz()
        fizfuz()
        fizfuz()
    }
}