atnode.exp

来自「gcc-2.95.3 Linux下最常用的C编译器」· EXP 代码 · 共 20 行

EXP
20
字号
# Lessons:# 1) may use \ to continue long lines# 2) Careful in specifying string end on string match, to be sure#    to exclude errors!  (cf output from nonsense.exp)catch "exec $MAKEINFO -o ./atnode.info $srcdir/text/atnode.texi" maki_outverbose "Makeinfo output: $maki_out" 1setup_xfail "*-*-*"if [string match                               \	"Making*file*atnode*from*atnode.texi'." \	"$maki_out"                            \   ] then {	pass "at sign in node name"} else {	fail "at sign in node name"}clear_xfail "*-*-*"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?