mirror of
https://git.busybox.net/busybox
synced 2025-09-14 13:11:38 +02:00
function old new delta parse_stream 2566 2524 -42 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
8 lines
189 B
Text
Executable file
8 lines
189 B
Text
Executable file
if=if
|
|
case if in
|
|
if) echo "Keyword-like word may be in pattern";;
|
|
fi) echo "Not reached";;
|
|
# esac) echo "Not reached";; # not accepted by bash 5.2.15
|
|
do) echo "Not reached"
|
|
esac
|
|
echo Ok:$?
|