summaryrefslogtreecommitdiff
path: root/tests/generated-tests/changesy.3.test
blob: 6229d772cfdb0002883e947c9bffa0ebed81556b (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

# generated-tests/changesy.3.test is part of the GNU m4 testsuite
# generated from example in ../doc/m4.texinfo line 2152

. ${srcdir}/defs

cat <<\EOF >in
define(`test', `$1$2$3')
test(a, b, c)
changesyntax(`O         ')
test(a, b, c)
EOF

cat <<\EOF >ok

abc

a b c
EOF

$M4 -d in >out

$CMP -s out ok