mirror of
https://git.busybox.net/busybox
synced 2025-09-14 13:11:38 +02:00
function old new delta parse_stream 2446 2476 +30 done_word 797 800 +3 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/0 up/down: 33/0) Total: 33 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
6 lines
102 B
Text
Executable file
6 lines
102 B
Text
Executable file
# had a parser bug which incorrectly detected ";;"
|
|
case w in
|
|
a);
|
|
b);;
|
|
esac
|
|
echo Should not be reached
|