On Tue, 12 Nov 2019, Markus Elfring wrote: > > What is the question, exactly? > > I became curious to clarify consequences around the error message > “unexpected close parenthesis in line 6” for the other SmPL code variant > from yesterday. > Is the Coccinelle software looking for pairs of parentheses? It looks for a ( in column 0 and a matching ) that is not in column 0. In your example there was no ( or ) in column 0, so the message is not relevant. julia > > Regards, > Markus >