diff options
author | Denys Vlasenko | 2017-10-22 15:55:48 +0200 |
---|---|---|
committer | Denys Vlasenko | 2017-10-22 15:55:48 +0200 |
commit | 25f3b737dc04bb84fb593ace33a5c360163bd4e4 (patch) | |
tree | 07fdb99bc3e583a752bd033d7506f3e3d4d64629 /shell/hush_test/hush-parsing/comment2.right | |
parent | 045327a418d1cf0a99405ca0b70ed61b5c1a1869 (diff) | |
download | busybox-25f3b737dc04bb84fb593ace33a5c360163bd4e4.zip busybox-25f3b737dc04bb84fb593ace33a5c360163bd4e4.tar.gz |
hush: fix comment parsing in `cmd`, closes 10421
function old new delta
parse_stream 2692 2690 -2
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush_test/hush-parsing/comment2.right')
-rw-r--r-- | shell/hush_test/hush-parsing/comment2.right | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/hush_test/hush-parsing/comment2.right b/shell/hush_test/hush-parsing/comment2.right new file mode 100644 index 0000000..ee6e49a --- /dev/null +++ b/shell/hush_test/hush-parsing/comment2.right @@ -0,0 +1,4 @@ +Ok1 +Ok2 +Ok5 +Ok6 |