aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/parse.y b/parse.y
index ef6b507d23..6ebeb201b8 100644
--- a/parse.y
+++ b/parse.y
@@ -1882,6 +1882,7 @@ word : string_content
{
$$ = literal_concat($1, $2);
}
+ ;
qwords : tQWORDS_BEG ' ' tSTRING_END
{