summaryrefslogtreecommitdiff
path: root/contrib/mw-to-git/t/t9362-mw-to-git-utf8.sh
diff options
context:
space:
mode:
authorLibravatar Andrei Rybak <rybak.a.v@gmail.com>2021-06-07 15:13:20 +0200
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-06-08 10:08:01 +0900
commit52ff891c034d625cd3e5f17f75ced42c8dde3438 (patch)
treec1cc6c6cf727db5d744a170e88e00ee5d38eb924 /contrib/mw-to-git/t/t9362-mw-to-git-utf8.sh
parentGit 2.32 (diff)
downloadtgif-52ff891c034d625cd3e5f17f75ced42c8dde3438.tar.xz
t: fix whitespace around &&
Add missing spaces before '&&' and switch tabs around '&&' to spaces. These issues were found using `git grep '[^ ]&&$'` and `git grep -P '&&\t'`. Signed-off-by: Andrei Rybak <rybak.a.v@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/mw-to-git/t/t9362-mw-to-git-utf8.sh')
-rwxr-xr-xcontrib/mw-to-git/t/t9362-mw-to-git-utf8.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/mw-to-git/t/t9362-mw-to-git-utf8.sh b/contrib/mw-to-git/t/t9362-mw-to-git-utf8.sh
index 6b0dbdac4d..526d92850f 100755
--- a/contrib/mw-to-git/t/t9362-mw-to-git-utf8.sh
+++ b/contrib/mw-to-git/t/t9362-mw-to-git-utf8.sh
@@ -287,7 +287,7 @@ test_expect_success 'git push with \' '
git add \\ko\\o.mw &&
git commit -m " \\ko\\o added" &&
git push
- )&&
+ ) &&
wiki_page_exist \\ko\\o &&
wiki_check_content mw_dir_18/\\ko\\o.mw \\ko\\o
@@ -311,7 +311,7 @@ test_expect_success 'git push with \ in format control' '
git add \\fo\\o.mw &&
git commit -m " \\fo\\o added" &&
git push
- )&&
+ ) &&
wiki_page_exist \\fo\\o &&
wiki_check_content mw_dir_20/\\fo\\o.mw \\fo\\o