diff options
Diffstat (limited to 'testdata/inline_parser/macro_pass_r_test.txt')
| -rw-r--r-- | testdata/inline_parser/macro_pass_r_test.txt | 18 |
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: © ® ™ — … +→ ⇒ ← ⇐ user’s input.</p> +</div> |
