summaryrefslogtreecommitdiff
path: root/checks/06.arguments
diff options
context:
space:
mode:
Diffstat (limited to 'checks/06.arguments')
-rw-r--r--checks/06.arguments5
1 files changed, 5 insertions, 0 deletions
diff --git a/checks/06.arguments b/checks/06.arguments
new file mode 100644
index 00000000..b866e6c9
--- /dev/null
+++ b/checks/06.arguments
@@ -0,0 +1,5 @@
+dnl ../doc/m4.texinfo:974: Origin of test
+define(`foo', `This is macro `foo'.')
+dnl @result{}
+foo
+dnl @result{}This is macro foo.