should wrap associ in aref_args; close #529

This commit is contained in:
Yukihiro Matz Matsumoto
2012-11-12 18:28:33 +09:00
parent d454405ade
commit 191d1391c6
+1 -1
View File
@@ -1749,7 +1749,7 @@ aref_args : none
}
| assocs trailer
{
$$ = new_hash(p, $1);
$$ = cons(new_hash(p, $1), 0);
}
;