From 4d12266b808b1208fb603406346025e1a2a66858 Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Sun, 2 Oct 2016 19:14:40 +0000 Subject: [PATCH] lib: allow nesting selectors Signed-off-by: Quentin Young --- lib/command_parse.y | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/command_parse.y b/lib/command_parse.y index 2d8881689d..89c0e47f83 100644 --- a/lib/command_parse.y +++ b/lib/command_parse.y @@ -343,6 +343,7 @@ selector_token: $$->start = $$->end = $1; } | option +| selector ; /* [option] productions */ -- 2.39.5