summaryrefslogtreecommitdiff
path: root/src/tests/lexgrog-backslash-dash-rhs
blob: a6a66a910d4cb96bcc692505a352e4c44d0e1d64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#! /bin/sh

# Test handling of \- in the right-hand side of a NAME section.

: ${srcdir=.}
. "$srcdir/testlib.sh"

: ${LEXGROG=lexgrog}

init

write_page lextest 1 "$tmpdir/usr/share/man/man1/lextest.1.gz" UTF-8 gz '' \
	'lextest \- see lextest \-\-help'
cat >"$tmpdir/3.exp" <<EOF
$tmpdir/usr/share/man/man1/lextest.1.gz: "lextest - see lextest --help"
EOF
run $LEXGROG "$tmpdir/usr/share/man/man1/lextest.1.gz" >"$tmpdir/3.out"
expect_pass 'multiple whatis definitions' 'diff -u "$tmpdir/3.exp" "$tmpdir/3.out"'

finish