aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build2/test/script/parser+description.test.testscript6
-rw-r--r--build2/test/script/parser+here-document.test.testscript4
-rw-r--r--tests/test/script/builtin/mv.testscript6
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