Add some missing tests for c-family indent

This commit is contained in:
Maxime Coste 2017-05-21 22:33:00 +01:00
parent 2f9b77b748
commit 1c16a91fd6
8 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1 @@
c<ret>foo<esc>

View File

@ -0,0 +1 @@
if (int i = bar())%( )

View File

@ -0,0 +1,2 @@
if (int i = bar())
foo

View File

@ -0,0 +1,3 @@
source "%val{runtime}/colors/default.kak"
source "%val{runtime}/rc/core/c-family.kak"
set buffer filetype cpp

View File

@ -0,0 +1 @@
c<ret>foo<esc>

View File

@ -0,0 +1 @@
void func() {%( )

View File

@ -0,0 +1,2 @@
void func() {
foo

View File

@ -0,0 +1,3 @@
source "%val{runtime}/colors/default.kak"
source "%val{runtime}/rc/core/c-family.kak"
set buffer filetype cpp