summaryrefslogtreecommitdiff
path: root/testdata/inline_parser/macro_pass_r_test.txt
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/inline_parser/macro_pass_r_test.txt')
-rw-r--r--testdata/inline_parser/macro_pass_r_test.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/testdata/inline_parser/macro_pass_r_test.txt b/testdata/inline_parser/macro_pass_r_test.txt
new file mode 100644
index 0000000..e777b73
--- /dev/null
+++ b/testdata/inline_parser/macro_pass_r_test.txt
@@ -0,0 +1,18 @@
+Test macro pass with special replacements only.
+
+>>> pass_r.adoc
+
+pass:r[char: < > &].
+
+pass:r[replacement: (C) (R) (TM) -- ...]
+pass:r[-> => <- <= user's input].
+
+<<< pass_r.html
+
+<div class="paragraph">
+<p>char: < > &.</p>
+</div>
+<div class="paragraph">
+<p>replacement: &#169; &#174; &#8482;&#8201;&#8212;&#8201;&#8230;
+&#8594; &#8658; &#8592; &#8656; user&#8217;s input.</p>
+</div>