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