* class.c (create_vtable_ptr): Put the vtable at the beginning of
[official-gcc.git] / texinfo / testsuite / makeinfo.0 / conditions.exp
blobc62c66a2a0473167e68874e42bbfc8f6fbe06eee
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 ./conditions.info $srcdir/text/conditions.texi" maki_out
8 verbose "Makeinfo output: $maki_out" 1
10 # The gdb manual works around this by putting a blank line after the pair of
11 # @end if* commands.
12 setup_xfail "*-*-*"
13 if [string match \
14 "Making*file*conditions*from*conditions.texi'." \
15 "$maki_out" \
16 ] then {
17 pass "texinfo conditions"
18 } else {
19 fail "texinfo conditions"
21 clear_xfail "*-*-*"