From 18ab8642692caca2716fd9b5a0e6dbfd3d9cf9cc Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Sat, 4 Feb 2017 12:56:30 +0100
Subject: Moved tests/ -> test/.

---
 test/dokuwiki_inline_formatting.dokuwiki | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 test/dokuwiki_inline_formatting.dokuwiki

(limited to 'test/dokuwiki_inline_formatting.dokuwiki')

diff --git a/test/dokuwiki_inline_formatting.dokuwiki b/test/dokuwiki_inline_formatting.dokuwiki
new file mode 100644
index 000000000..262094184
--- /dev/null
+++ b/test/dokuwiki_inline_formatting.dokuwiki
@@ -0,0 +1,14 @@
+Regular text //italics// **bold //bold italics//**.
+
+This is Small Caps, and this is <del>strikethrough</del>.
+
+Some people use single underlines for //emphasis//.
+
+Above the line is <sup>superscript</sup> and below the line is <sub>subscript</sub>.
+
+A line\\
+break.
+
+hello %%//%% world %%**%% from %%__%% me
+
+''%%hello // world ** from __ me%%''
-- 
cgit v1.2.3