Add Ruby indentation test
See https://github.com/mawww/kakoune/issues/1525#issuecomment-324571751.
This commit is contained in:
parent
7a54c0edfe
commit
79af68843e
1
test/indent/ruby/indent-after-class/cmd
Normal file
1
test/indent/ruby/indent-after-class/cmd
Normal file
|
@ -0,0 +1 @@
|
|||
c<ret><esc>O<esc>
|
1
test/indent/ruby/indent-after-class/in
Normal file
1
test/indent/ruby/indent-after-class/in
Normal file
|
@ -0,0 +1 @@
|
|||
class Test%( )
|
4
test/indent/ruby/indent-after-class/out
Normal file
4
test/indent/ruby/indent-after-class/out
Normal file
|
@ -0,0 +1,4 @@
|
|||
class Test
|
||||
|
||||
|
||||
end
|
3
test/indent/ruby/indent-after-class/rc
Normal file
3
test/indent/ruby/indent-after-class/rc
Normal file
|
@ -0,0 +1,3 @@
|
|||
source "%val{runtime}/colors/default.kak"
|
||||
source "%val{runtime}/rc/base/ruby.kak"
|
||||
set buffer filetype ruby
|
Loading…
Reference in New Issue
Block a user