mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-15 18:15:53 +03:00
Add a spaces to tabs test
This commit is contained in:
parent
5332378419
commit
736ba7dabf
1
test/unit/convert-spaces-to-tabs/cmd
Normal file
1
test/unit/convert-spaces-to-tabs/cmd
Normal file
@ -0,0 +1 @@
|
||||
%<a-@>
|
4
test/unit/convert-tabs-to-spaces/in
Normal file
4
test/unit/convert-tabs-to-spaces/in
Normal file
@ -0,0 +1,4 @@
|
||||
void main()
|
||||
{
|
||||
foo();
|
||||
}
|
4
test/unit/convert-tabs-to-spaces/out
Normal file
4
test/unit/convert-tabs-to-spaces/out
Normal file
@ -0,0 +1,4 @@
|
||||
void main()
|
||||
{
|
||||
foo();
|
||||
}
|
Loading…
Reference in New Issue
Block a user