Skip to content

Commit

Permalink
Update diagnostics_spec.rb to clarify missing %type tag comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ydah committed Dec 22, 2024
1 parent d6f8391 commit 35377cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lrama/diagnostics_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
%type <i> class /* comment for class */
%nterm <str> string /* comment for string */
%type string_1 string_2 /* missing `%type` tag */
%type string_1 string_2 /* <tag> is omitted */
%nonassoc tEQEQ
%left tPLUS tMINUS '>'
Expand Down

0 comments on commit 35377cc

Please sign in to comment.