summaryrefslogtreecommitdiff
path: root/checks/45.undivert
diff options
context:
space:
mode:
Diffstat (limited to 'checks/45.undivert')
-rw-r--r--checks/45.undivert13
1 files changed, 13 insertions, 0 deletions
diff --git a/checks/45.undivert b/checks/45.undivert
new file mode 100644
index 00000000..8835f78e
--- /dev/null
+++ b/checks/45.undivert
@@ -0,0 +1,13 @@
+dnl ../doc/m4.texinfo:2553: Origin of test
+divert(1)
+This text is diverted first.
+divert(0)undivert(1)dnl
+dnl @result{}
+dnl @result{}This text is diverted first.
+undivert(1)
+dnl @result{}
+divert(1)
+This text is also diverted but not appended.
+divert(0)undivert(1)dnl
+dnl @result{}
+dnl @result{}This text is also diverted but not appended.