aboutsummaryrefslogtreecommitdiff
path: root/testdata/inline_parser/macro_pass_c_test.txt
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/inline_parser/macro_pass_c_test.txt')
-rw-r--r--testdata/inline_parser/macro_pass_c_test.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/testdata/inline_parser/macro_pass_c_test.txt b/testdata/inline_parser/macro_pass_c_test.txt
new file mode 100644
index 0000000..c5682fe
--- /dev/null
+++ b/testdata/inline_parser/macro_pass_c_test.txt
@@ -0,0 +1,16 @@
+Test macro pass with special character substitutions only.
+
+>>> pass_c.adoc
+
+pass:c[char: < > &].
+
+pass:c[replacement: (C) (R) (TM) -- ... -> => <- <= user's input].
+
+<<< pass_c.html
+
+<div class="paragraph">
+<p>char: &lt; &gt; &amp;.</p>
+</div>
+<div class="paragraph">
+<p>replacement: (C) (R) (TM) -- ... -&gt; =&gt; &lt;- &lt;= user's input.</p>
+</div>