📄 missnode.exp
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -