Import unit tests from danr/comment-insertion-refix pull request
This commit is contained in:
parent
ffc362cf9e
commit
fc61ed93e6
1
test/indent/haskell/before-comment/cmd
Normal file
1
test/indent/haskell/before-comment/cmd
Normal file
|
@ -0,0 +1 @@
|
|||
i<ret><esc>
|
1
test/indent/haskell/before-comment/in
Normal file
1
test/indent/haskell/before-comment/in
Normal file
|
@ -0,0 +1 @@
|
|||
%(-)- comment
|
2
test/indent/haskell/before-comment/out
Normal file
2
test/indent/haskell/before-comment/out
Normal file
|
@ -0,0 +1,2 @@
|
|||
|
||||
-- comment
|
3
test/indent/haskell/before-comment/rc
Normal file
3
test/indent/haskell/before-comment/rc
Normal file
|
@ -0,0 +1,3 @@
|
|||
source "%val{runtime}/colors/default.kak"
|
||||
source "%val{runtime}/rc/base/haskell.kak"
|
||||
set buffer filetype haskell
|
1
test/indent/haskell/indented-comment/cmd
Normal file
1
test/indent/haskell/indented-comment/cmd
Normal file
|
@ -0,0 +1 @@
|
|||
i<ret><esc>
|
1
test/indent/haskell/indented-comment/in
Normal file
1
test/indent/haskell/indented-comment/in
Normal file
|
@ -0,0 +1 @@
|
|||
-- comment%( )
|
2
test/indent/haskell/indented-comment/out
Normal file
2
test/indent/haskell/indented-comment/out
Normal file
|
@ -0,0 +1,2 @@
|
|||
-- comment
|
||||
--
|
3
test/indent/haskell/indented-comment/rc
Normal file
3
test/indent/haskell/indented-comment/rc
Normal file
|
@ -0,0 +1,3 @@
|
|||
source "%val{runtime}/colors/default.kak"
|
||||
source "%val{runtime}/rc/base/haskell.kak"
|
||||
set buffer filetype haskell
|
1
test/indent/haskell/inside-comment/cmd
Normal file
1
test/indent/haskell/inside-comment/cmd
Normal file
|
@ -0,0 +1 @@
|
|||
a<ret><esc>
|
1
test/indent/haskell/inside-comment/in
Normal file
1
test/indent/haskell/inside-comment/in
Normal file
|
@ -0,0 +1 @@
|
|||
-- inside%( )comment
|
2
test/indent/haskell/inside-comment/out
Normal file
2
test/indent/haskell/inside-comment/out
Normal file
|
@ -0,0 +1,2 @@
|
|||
-- inside
|
||||
-- comment
|
3
test/indent/haskell/inside-comment/rc
Normal file
3
test/indent/haskell/inside-comment/rc
Normal file
|
@ -0,0 +1,3 @@
|
|||
source "%val{runtime}/colors/default.kak"
|
||||
source "%val{runtime}/rc/base/haskell.kak"
|
||||
set buffer filetype haskell
|
1
test/indent/markdown/inside-list-item/cmd
Normal file
1
test/indent/markdown/inside-list-item/cmd
Normal file
|
@ -0,0 +1 @@
|
|||
a<ret><esc>
|
1
test/indent/markdown/inside-list-item/in
Normal file
1
test/indent/markdown/inside-list-item/in
Normal file
|
@ -0,0 +1 @@
|
|||
* inside%( )item
|
2
test/indent/markdown/inside-list-item/out
Normal file
2
test/indent/markdown/inside-list-item/out
Normal file
|
@ -0,0 +1,2 @@
|
|||
* inside
|
||||
* item
|
3
test/indent/markdown/inside-list-item/rc
Normal file
3
test/indent/markdown/inside-list-item/rc
Normal file
|
@ -0,0 +1,3 @@
|
|||
source "%val{runtime}/colors/default.kak"
|
||||
source "%val{runtime}/rc/base/markdown.kak"
|
||||
set buffer filetype markdown
|
1
test/indent/markdown/list-item/cmd
Normal file
1
test/indent/markdown/list-item/cmd
Normal file
|
@ -0,0 +1 @@
|
|||
i<ret><esc>
|
2
test/indent/markdown/list-item/in
Normal file
2
test/indent/markdown/list-item/in
Normal file
|
@ -0,0 +1,2 @@
|
|||
%(*) list
|
||||
- item
|
3
test/indent/markdown/list-item/out
Normal file
3
test/indent/markdown/list-item/out
Normal file
|
@ -0,0 +1,3 @@
|
|||
|
||||
* list
|
||||
- item
|
3
test/indent/markdown/list-item/rc
Normal file
3
test/indent/markdown/list-item/rc
Normal file
|
@ -0,0 +1,3 @@
|
|||
source "%val{runtime}/colors/default.kak"
|
||||
source "%val{runtime}/rc/base/markdown.kak"
|
||||
set buffer filetype markdown
|
Loading…
Reference in New Issue
Block a user