comparison runtime/syntax/testdir/input/sh_07.sh @ 32693:77145b811fb7 v9.0.1677

patch 9.0.1677: typo in syntax test input file Commit: https://github.com/vim/vim/commit/4c0089d696b8d1d5dc40568f25ea5738fa5bbffb Author: THARAK HEGDE <120558797+captainhaddock18@users.noreply.github.com> Date: Sun Jul 9 02:38:28 2023 +0100 patch 9.0.1677: typo in syntax test input file Problem: Typo in syntax test input file. Solution: Fix the typo and the expected dump files. (THARAK HEGDE, closes #12635)
author Bram Moolenaar <Bram@vim.org>
date Sun, 09 Jul 2023 03:45:13 +0200
parents 695b50472e85
children
comparison
equal deleted inserted replaced
32692:430756b9d9d3 32693:77145b811fb7
71 # main ### main ### main ### main ### main ### main ### main ### main ### main # 71 # main ### main ### main ### main ### main ### main ### main ### main ### main #
72 ################################################################################ 72 ################################################################################
73 # 73 #
74 # Here is the heart of this script: 74 # Here is the heart of this script:
75 # 75 #
76 echo "Processing the following command line arguements: ${*:-none}" 76 echo "Processing the following command line arguments: ${*:-none}"
77 echo "Script: for loop outside a function:\t\c" 77 echo "Script: for loop outside a function:\t\c"
78 for Var 78 for Var
79 do 79 do
80 [ 1 $Var 2 ] && echo "OK \c" || echo "no \c" 80 [ 1 $Var 2 ] && echo "OK \c" || echo "no \c"
81 done ; echo 81 done ; echo