summaryrefslogtreecommitdiffstats
path: root/runtime/indent/testdir/html.ok
blob: 524d57bb6c9aea60d9f1842b4991e1ae963deeff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
" vim: set ft=html sw=4 :


" START_INDENT
<div>
    <div>
	text
    </div>
</div>

<div
    class="foo bar">
    text
</div>

<div class="foo bar"
    data="something">
    text
</div>

<div class="foo
    bar">
    text
</div>

" END_INDENT