diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2016-03-30 19:41:21 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2016-03-30 19:41:21 +0100 |
| commit | 736ba7dabfe3ed35dbe67d9b10340e534f1737ec (patch) | |
| tree | d48bbbf5fc673acd0badf9c21709b125bd416fc5 /test | |
| parent | 53323784191506ea8e8b11043a4cc5bf14c409ad (diff) | |
Add a spaces to tabs test
Diffstat (limited to 'test')
| -rw-r--r-- | test/unit/convert-spaces-to-tabs/cmd | 1 | ||||
| -rw-r--r-- | test/unit/convert-spaces-to-tabs/in (renamed from test/unit/convert-tab/out) | 0 | ||||
| -rw-r--r-- | test/unit/convert-spaces-to-tabs/out (renamed from test/unit/convert-tab/in) | 0 | ||||
| -rw-r--r-- | test/unit/convert-tabs-to-spaces/cmd (renamed from test/unit/convert-tab/cmd) | 0 | ||||
| -rw-r--r-- | test/unit/convert-tabs-to-spaces/in | 4 | ||||
| -rw-r--r-- | test/unit/convert-tabs-to-spaces/out | 4 |
6 files changed, 9 insertions, 0 deletions
diff --git a/test/unit/convert-spaces-to-tabs/cmd b/test/unit/convert-spaces-to-tabs/cmd new file mode 100644 index 00000000..e38c3b67 --- /dev/null +++ b/test/unit/convert-spaces-to-tabs/cmd @@ -0,0 +1 @@ +%<a-@> diff --git a/test/unit/convert-tab/out b/test/unit/convert-spaces-to-tabs/in index 289aca8c..289aca8c 100644 --- a/test/unit/convert-tab/out +++ b/test/unit/convert-spaces-to-tabs/in diff --git a/test/unit/convert-tab/in b/test/unit/convert-spaces-to-tabs/out index 080d1d4a..080d1d4a 100644 --- a/test/unit/convert-tab/in +++ b/test/unit/convert-spaces-to-tabs/out diff --git a/test/unit/convert-tab/cmd b/test/unit/convert-tabs-to-spaces/cmd index 2c7080ed..2c7080ed 100644 --- a/test/unit/convert-tab/cmd +++ b/test/unit/convert-tabs-to-spaces/cmd diff --git a/test/unit/convert-tabs-to-spaces/in b/test/unit/convert-tabs-to-spaces/in new file mode 100644 index 00000000..080d1d4a --- /dev/null +++ b/test/unit/convert-tabs-to-spaces/in @@ -0,0 +1,4 @@ +void main() +{ + foo(); +} diff --git a/test/unit/convert-tabs-to-spaces/out b/test/unit/convert-tabs-to-spaces/out new file mode 100644 index 00000000..289aca8c --- /dev/null +++ b/test/unit/convert-tabs-to-spaces/out @@ -0,0 +1,4 @@ +void main() +{ + foo(); +} |
