Closed Dunbaratu closed 11 years ago
(This is a more general case of issue #115.)
Yeah the parser try to find always the matching closing bracket in the same line since a06c0e589d2fb417223bcc9db5feb9a524aff47b. It needs a logic which allows the closing curly brackets in another line.
Both of the following parse correctly:
But both of the following fail:
It claims there's a mismatched delimiter when they span more than one line.