diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-11-08 17:53:05 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-11-08 17:53:05 +0700 |
| commit | 6ecf65883205ffa35bd6d5ce61247926a29eeee7 (patch) | |
| tree | afc484af10989aa597a69dc17074708967535315 /testdata/test.adoc | |
| parent | 531a89304bcbaa0c3cf92ae34edad866ac71f04c (diff) | |
| download | asciidoctor-go-6ecf65883205ffa35bd6d5ce61247926a29eeee7.tar.xz | |
test: add test for inline formatting with no content
Use case: "A `/**/` *B*", should generate the following HTML
A <code>/<strong></strong>/</code> <strong>B</strong>
Diffstat (limited to 'testdata/test.adoc')
| -rw-r--r-- | testdata/test.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testdata/test.adoc b/testdata/test.adoc index 611136e..99ada0e 100644 --- a/testdata/test.adoc +++ b/testdata/test.adoc @@ -125,6 +125,8 @@ This is literal +**A `B`**+: **A `B`** +A `/**/` *B*. + == Single quote |
