<feed xmlns='http://www.w3.org/2005/Atom'>
<title>asciidoctor-go/testdata/inline_parser/inline_parser_test.txt, branch main</title>
<subtitle>Native Go parser for asciidoc markup.</subtitle>
<id>http://git.kilabit.info/asciidoctor-go/atom?h=main</id>
<link rel='self' href='http://git.kilabit.info/asciidoctor-go/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/'/>
<updated>2026-02-18T04:12:44Z</updated>
<entry>
<title>all: fix parsing inline format with escaped character</title>
<updated>2026-02-18T04:12:44Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2026-02-18T04:12:44Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=974b8b5068b688258dbe1ffcc37d0ce0f3f4b4c7'/>
<id>urn:sha1:974b8b5068b688258dbe1ffcc37d0ce0f3f4b4c7</id>
<content type='text'>
If the text inside the inline format contains escaped character, the
parsing failed to find the closed character which cause the format is
not rendered as expected.
</content>
</entry>
<entry>
<title>all: rewrite unit tests for inlineParser using test.Data</title>
<updated>2022-08-05T18:17:10Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2022-08-05T18:16:08Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/asciidoctor-go/commit/?id=9fe1ecf6050bbebfe4096e5c41a1e711dd16190d'/>
<id>urn:sha1:9fe1ecf6050bbebfe4096e5c41a1e711dd16190d</id>
<content type='text'>
Using string literal for testing string input that may contains backtick
or double quote make the test code become unreadable and hard to modify.

The test.Data help this by moving the input and expected output into
a file that can we write as is.
</content>
</entry>
</feed>
