Stamp ChangeLogs for release
[official-gcc.git] / texinfo / testsuite / makeinfo.0 / atnode.exp
blob19724347cbbb962be0ac866cbbb625595e08efac
1 # Lessons:
2 # 1) may use \ to continue long lines
3 # 2) Careful in specifying string end on string match, to be sure
4 # to exclude errors! (cf output from nonsense.exp)
6 catch "exec $MAKEINFO -o ./atnode.info $srcdir/text/atnode.texi" maki_out
8 verbose "Makeinfo output: $maki_out" 1
10 setup_xfail "*-*-*"
11 if [string match \
12 "Making*file*atnode*from*atnode.texi'." \
13 "$maki_out" \
14 ] then {
15 pass "at sign in node name"
16 } else {
17 fail "at sign in node name"
19 clear_xfail "*-*-*"