summaryrefslogtreecommitdiff
path: root/checks/36.undivert
blob: 81976413d1d52f5788522b1db1906a713e95d5d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
dnl ../doc/m4.texinfo:2274: 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.