diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-23 23:34:02 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-23 23:34:02 +0300 |
commit | 47716dea2911cffb2ec50d6ad38abc43f9168118 (patch) | |
tree | 8fb50130f7236d2589960a881fdec2a7049d7dc7 | |
parent | fbf648a6bf690ce8d32dcf9a02c815308d5e94d4 (diff) |
Cleanup some files replacing tabs with spaces
-rw-r--r-- | build2/test/script/parser+description.test.testscript | 6 | ||||
-rw-r--r-- | build2/test/script/parser+here-document.test.testscript | 4 | ||||
-rw-r--r-- | tests/test/script/builtin/mv.testscript | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/build2/test/script/parser+description.test.testscript b/build2/test/script/parser+description.test.testscript index 7d840c3..f38c8d2 100644 --- a/build2/test/script/parser+description.test.testscript +++ b/build2/test/script/parser+description.test.testscript @@ -429,10 +429,10 @@ EOO : strip : $* <<EOI >>EOO -: foo-bar -: bar baz +: foo-bar +: bar baz : -: baz fox +: baz fox : fox biz :biz buz : diff --git a/build2/test/script/parser+here-document.test.testscript b/build2/test/script/parser+here-document.test.testscript index 5e99a26..9f82a80 100644 --- a/build2/test/script/parser+here-document.test.testscript +++ b/build2/test/script/parser+here-document.test.testscript @@ -93,13 +93,13 @@ cmd <<EOF foo bar - baz + baz EOF EOI cmd <<EOF foo bar - baz + baz EOF EOO diff --git a/tests/test/script/builtin/mv.testscript b/tests/test/script/builtin/mv.testscript index 06e0726..313acf8 100644 --- a/tests/test/script/builtin/mv.testscript +++ b/tests/test/script/builtin/mv.testscript @@ -210,9 +210,9 @@ : sub-entry : { - mkdir a; - touch a/b; - mv a c + mkdir a; + touch a/b; + mv a c } : reorder |