summaryrefslogtreecommitdiff
path: root/makeinfo/tests/quote-args.txi
diff options
context:
space:
mode:
Diffstat (limited to 'makeinfo/tests/quote-args.txi')
-rw-r--r--makeinfo/tests/quote-args.txi20
1 files changed, 20 insertions, 0 deletions
diff --git a/makeinfo/tests/quote-args.txi b/makeinfo/tests/quote-args.txi
new file mode 100644
index 0000000..4f78d1d
--- /dev/null
+++ b/makeinfo/tests/quote-args.txi
@@ -0,0 +1,20 @@
+\input texinfo
+@smallbook
+@setfilename quote-args.info
+@settitle Quote-args facility in macros
+
+@rmacro cat{a,b}
+\a\\b\
+@end rmacro
+
+@macro FIXME{a}
+@strong{FIXME: \a\}
+@end macro
+
+@node Top, , (dir), (dir)
+
+@noindent
+@FIXME{Many arguments, separated by commas, are processed here}
+@cat{@cat{@cat{@cat{@cat{@cat{na, to}, po}, co}, tu}, oto},tam}
+@bye
+