summaryrefslogtreecommitdiff
path: root/tests/gentest/changesy.4.test
blob: 7df01f9e3d7fb9cf2f36b233f9a9b38ea1ea60a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/bin/sh

# gentest/changesy.4.test is part of the GNU m4 testsuite
# generated from example in ../doc/m4.texinfo line 2177

. ${srcdir}/defs

cat <<\EOF >in
define(`@', `TEST')
@
changesyntax(`A@')
@
EOF

cat <<\EOF >ok

@

TEST
EOF

$M4 -d in >out

$CMP -s out ok