diff options
| author | Ivan Tham <pickfire@riseup.net> | 2020-09-27 23:34:08 +0800 |
|---|---|---|
| committer | Ivan Tham <pickfire@riseup.net> | 2020-09-27 23:34:08 +0800 |
| commit | 785cbaeaed59d4ec78ad2935b5ef2ac340e2ac03 (patch) | |
| tree | ffab8f8c2c3cd287c95bf53de930ba609fee5f84 /test | |
| parent | 5c8dfcdfa946d9018150e67a32f472b2e80a9cd7 (diff) | |
Add rust test for empty line indent
Diffstat (limited to 'test')
| -rw-r--r-- | test/indent/rust/empty-line/cmd | 1 | ||||
| -rw-r--r-- | test/indent/rust/empty-line/in | 2 | ||||
| -rw-r--r-- | test/indent/rust/empty-line/out | 3 | ||||
| -rw-r--r-- | test/indent/rust/empty-line/rc | 3 |
4 files changed, 9 insertions, 0 deletions
diff --git a/test/indent/rust/empty-line/cmd b/test/indent/rust/empty-line/cmd new file mode 100644 index 00000000..8682d51e --- /dev/null +++ b/test/indent/rust/empty-line/cmd @@ -0,0 +1 @@ +c<ret>bar<esc> diff --git a/test/indent/rust/empty-line/in b/test/indent/rust/empty-line/in new file mode 100644 index 00000000..e4ed2188 --- /dev/null +++ b/test/indent/rust/empty-line/in @@ -0,0 +1,2 @@ + %( ) + diff --git a/test/indent/rust/empty-line/out b/test/indent/rust/empty-line/out new file mode 100644 index 00000000..4567eae7 --- /dev/null +++ b/test/indent/rust/empty-line/out @@ -0,0 +1,3 @@ + + bar + diff --git a/test/indent/rust/empty-line/rc b/test/indent/rust/empty-line/rc new file mode 100644 index 00000000..64064c25 --- /dev/null +++ b/test/indent/rust/empty-line/rc @@ -0,0 +1,3 @@ +source "%val{runtime}/colors/default.kak" +source "%val{runtime}/rc/filetype/rust.kak" +set buffer filetype rust |
