Add an indent test for html closing tag
This commit is contained in:
parent
aa82a90c39
commit
2b993b7c4b
1
test/indent/html/indent-closing-tag/cmd
Normal file
1
test/indent/html/indent-closing-tag/cmd
Normal file
|
@ -0,0 +1 @@
|
|||
o<lt>/div<gt><esc>
|
5
test/indent/html/indent-closing-tag/in
Normal file
5
test/indent/html/indent-closing-tag/in
Normal file
|
@ -0,0 +1,5 @@
|
|||
<div>
|
||||
<div>
|
||||
<div>
|
||||
%( ) </div>
|
||||
</div>
|
6
test/indent/html/indent-closing-tag/out
Normal file
6
test/indent/html/indent-closing-tag/out
Normal file
|
@ -0,0 +1,6 @@
|
|||
<div>
|
||||
<div>
|
||||
<div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
3
test/indent/html/indent-closing-tag/rc
Normal file
3
test/indent/html/indent-closing-tag/rc
Normal file
|
@ -0,0 +1,3 @@
|
|||
source "%val{runtime}/colors/default.kak"
|
||||
source "%val{runtime}/rc/base/html.kak"
|
||||
set buffer filetype html
|
Loading…
Reference in New Issue
Block a user