Fix SetErrorHandler and NewBailErrorStrategy calls in generated Go tests
This commit is contained in:
parent
40b7e1bf12
commit
4e560db250
|
@ -199,7 +199,7 @@ StringList() ::= "[]string"
|
|||
|
||||
BuildParseTrees() ::= "p.BuildParseTrees = true"
|
||||
|
||||
BailErrorStrategy() ::= <%SetErrorHandler(NewBailErrorStrategy())%>
|
||||
BailErrorStrategy() ::= <%p.SetErrorHandler(p.NewBailErrorStrategy())%>
|
||||
|
||||
ToStringTree(s) ::= <%<s>.ToStringTree(nil,p)%>
|
||||
|
||||
|
|
Loading…
Reference in New Issue