diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-09 06:59:13 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-09 06:59:13 +0000 |
commit | 17caba2ffcfad745ce67793db19a611668ad69df (patch) | |
tree | d201b9f3ca6970a6f3db826c8a18e6eae21f7ee1 /tests/writer.docbook | |
parent | 5b2868add9025689585107825e19c94f91fdd7b4 (diff) | |
download | pandoc-17caba2ffcfad745ce67793db19a611668ad69df.tar.gz |
Added a test case with an inline link containing bracketed text.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@667 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/writer.docbook')
-rw-r--r-- | tests/writer.docbook | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/writer.docbook b/tests/writer.docbook index 7ebe9c251..e9c425197 100644 --- a/tests/writer.docbook +++ b/tests/writer.docbook @@ -1127,7 +1127,8 @@ or here: <http://example.com/> <para> This is <emphasis>easier</emphasis> to type. Inline notes may contain <ulink url="http://google.com">links</ulink> and - <literal>]</literal> verbatim characters. + <literal>]</literal> verbatim characters, as well as [bracketed + text]. </para> </footnote> </para> |