summaryrefslogtreecommitdiff
path: root/parse.y
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-06-27 17:16:39 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-06-27 17:16:39 +0000
commiteb5ea93c7c094be468ee3b6ae6f75487f845c41c (patch)
tree4c0763ed1948fe25f8f1da5fd0fffbc2720bd48f /parse.y
parent98007267bce98147a1259ded452e0c5109580877 (diff)
missing ;
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2606 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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
{