File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4222,7 +4222,7 @@ program: LET NUMBER_INT WHILE
42224222## In state 379, spurious reduction of production pattern -> const
42234223##
42244224
4225- Expected a type annotation or an equals sign .
4225+ Expected a type annotation or `=` .
42264226
42274227program: LET TYPEID DOT EOL WHILE
42284228##
@@ -5453,7 +5453,7 @@ program: PRIMITIVE THROW COLON TYPEID WHEN
54535453## In state 99, spurious reduction of production typ -> data_typ
54545454##
54555455
5456- Expected an equals sign followed by a string declaring the primitive's internal name.
5456+ Expected `=` followed by a string declaring the primitive's internal name.
54575457
54585458program: PRIMITIVE ID WHILE
54595459##
@@ -5650,7 +5650,7 @@ program: TYPE TYPEID LCARET ID RCARET EQEQ
56505650## TYPE TYPEID option(id_vec)
56515651##
56525652
5653- Expected an equals sign followed by a type.
5653+ Expected `=` followed by a type.
56545654
56555655program: RECORD TYPEID LBRACE MUT WHILE
56565656##
You can’t perform that action at this time.
0 commit comments