bytesparadise / libasciidoc

A Golang library for processing Asciidoc files.
Apache License 2.0
196 stars 23 forks source link

Broken parsing #1095

Closed pjanx closed 1 year ago

pjanx commented 1 year ago

Bad news continues.

https://a[a
b]
ERROR 2:0 (1): no match found, expected: "#", "##", "'`", "(", "(C)", "(R)", "(TM)", "*", "**", "--", "->", "...", "<-", "<=", "=>", "[", "\"`", "\\", "]", "^", "_", "__", "`", "`'", "`\"", "``", "~", "�", [.,;?)!/:"\@=-], [<>&], [\pL\pN], [\t ], [^\r\n] or EOF  end_offset=14 start_offset=0
xcoulon commented 1 year ago

thanks for reporting this bug, @pjanx