File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ grammar apt;
88
99// productions
1010record
11- : commented = commenterR? rType = TypeR WSS options = optionsR? uri = uriR WSS distribution = wordWithDash components = componentsR WSS? EOF
11+ : commented = commenterR? rType = TypeR WSS options_ = optionsR? uri = uriR WSS distribution = wordWithDash components = componentsR WSS ? EOF
1212 ;
1313
1414wordWithDashSegment
Original file line number Diff line number Diff line change @@ -4088,7 +4088,7 @@ group_by_item
40884088
40894089option_clause
40904090// https://msdn.microsoft.com/en-us/library/ms181714.aspx
4091- : OPTION ' (' options += option (',' options += option)* ')'
4091+ : OPTION ' (' options_ += option (' ,' options_ += option)* ' )'
40924092 ;
40934093
40944094option
You can’t perform that action at this time.
0 commit comments