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

# len.1.test is part of the GNU m4 testsuite
# generated from example in ../doc/m4.texinfo line 2796

. ${srcdir}/defs

cat <<\EOF >in
len()
len(`abcdef')
EOF

cat <<\EOF >ok
0
6
EOF

$M4 -d in >out

$CMP -s out ok