author | Sebastian Harl <sh@tokkee.org> | |
Sun, 19 Oct 2014 15:24:50 +0000 (17:24 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 19 Oct 2014 15:24:50 +0000 (17:24 +0200) | ||
commit | 6851612d3942135a7d6febc7d70bd34b7ab6cfc5 | |
tree | e19b4401baaac2e8bbbc20dabcc09bbe7f30a62a | tree | snapshot |
parent | 9a70712af541f43df7a2fb0b31442bec587eba8d | commit | diff |
frontend/grammar: Fixed parsing of 'attribute[<string>]'.
That is, don't accept anything besides the string "attribute". Previously,
<anything>[<string>] was accepted as an attribute value.
That is, don't accept anything besides the string "attribute". Previously,
<anything>[<string>] was accepted as an attribute value.
src/frontend/grammar.y | diff | blob | history | |
t/unit/frontend/parser_test.c | diff | blob | history |