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 c47158c commit f4840c8
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 @@ -29,7 +29,7 @@
%token tEQEQ "=="
%type <i> class /* comment for class */
%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 f4840c8

Please sign in to comment.