missnode.exp
来自「gcc编译工具没有什么特别」· EXP 代码 · 共 26 行
EXP
26 行
#set real_verbose [set verbose]#set verbose 2catch "exec $MAKEINFO -o ./missnode.info $srcdir/text/missnode.texi" maki_outverbose "Makeinfo output: $maki_out" 1if [string match \ "*Validation error*Next*doesn't exist*" \ "$maki_out" \ ] then { pass "missing Next detection"} else { fail "missing Next detection"}if [string match \ "*Validation error*Menu*doesn't exist*" \ "$maki_out" \ ] then { pass "missing menu entry detection"} else { fail "missing menu entry detection"}#set verbose [set real_verbose]
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?