mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
should wrap associ in aref_args; close #529
This commit is contained in:
+1
-1
@@ -1749,7 +1749,7 @@ aref_args : none
|
||||
}
|
||||
| assocs trailer
|
||||
{
|
||||
$$ = new_hash(p, $1);
|
||||
$$ = cons(new_hash(p, $1), 0);
|
||||
}
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user