From 25f3b737dc04bb84fb593ace33a5c360163bd4e4 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 22 Oct 2017 15:55:48 +0200 Subject: hush: fix comment parsing in `cmd`, closes 10421 function old new delta parse_stream 2692 2690 -2 Signed-off-by: Denys Vlasenko --- shell/hush_test/hush-parsing/comment2.right | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 shell/hush_test/hush-parsing/comment2.right (limited to 'shell/hush_test/hush-parsing/comment2.right') diff --git a/shell/hush_test/hush-parsing/comment2.right b/shell/hush_test/hush-parsing/comment2.right new file mode 100644 index 000000000..ee6e49a5a --- /dev/null +++ b/shell/hush_test/hush-parsing/comment2.right @@ -0,0 +1,4 @@ +Ok1 +Ok2 +Ok5 +Ok6 -- cgit v1.2.3