summaryrefslogtreecommitdiff
path: root/checks/27.changequote
diff options
context:
space:
mode:
Diffstat (limited to 'checks/27.changequote')
-rw-r--r--checks/27.changequote7
1 files changed, 7 insertions, 0 deletions
diff --git a/checks/27.changequote b/checks/27.changequote
new file mode 100644
index 00000000..bd71cb96
--- /dev/null
+++ b/checks/27.changequote
@@ -0,0 +1,7 @@
+dnl ../doc/m4.texinfo:1805: Origin of test
+changequote([[, ]])
+dnl @result{}
+define([[foo]], [[Macro [[[foo]]].]])
+dnl @result{}
+foo
+dnl @result{}Macro [foo].