?? mini.exp
字號:
# 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 ./mini.info $srcdir/text/minimal.texi" maki_outverbose "Makeinfo output: $maki_out" 1if [string match \ "Making*file*mini*from*minimal.texi'." \ "$maki_out" \ ] then { pass "minimal source file"} else { fail "minimal source file"}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -