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