summaryrefslogtreecommitdiff
path: root/checks/33.changesynta
diff options
context:
space:
mode:
Diffstat (limited to 'checks/33.changesynta')
-rw-r--r--checks/33.changesynta9
1 files changed, 9 insertions, 0 deletions
diff --git a/checks/33.changesynta b/checks/33.changesynta
new file mode 100644
index 00000000..e4f76f71
--- /dev/null
+++ b/checks/33.changesynta
@@ -0,0 +1,9 @@
+dnl ../doc/m4.texinfo:2056: Origin of test
+define(`test', `$1$2$3')
+dnl @result{}
+test(a, b, c)
+dnl @result{}abc
+changesyntax(`O ')
+dnl @result{}
+test(a, b, c)
+dnl @result{}a b c