blob: 81d5613e1d456a80df64351a8b786e1d68baded1 [file] [log] [blame]
Bram Moolenaar1aa5f1c2023-06-22 21:57:51 +01001#! /bin/ksh
2# sh2
3# Jul 28, 2018: introduced shCommandSubBQ, which is *not* included in a shSubCommandList (so its not recursive)
4ccc=`echo "test"`
5 ccc=`echo "test"`
6
7# comment
8case $VAR in
9# comment
10 x|y|z) echo xyz ;;
11# comment
12 a|b|c) echo abc ;;
13# comment
14esac
15
16# Jul 26, 2018: why isn't `..` being terminated properly?
17# comment
18case "$aaa" in
19# comment
20 bbb) ccc=`echo $ddd|cut -b4-`
21 echo "test"
22# comment
23 ;;
24# comment
25 esac
26# comment
27
28echo $VAR abc
29export $VAR abc
30set $VAR abc