浏览代码

driver: Follow-up to grandparent: Have all test suite entry points declare the mock $region_highlight.

tests/generate.zsh already does this.
pull/751/head
Daniel Shahaf 4 年前
父节点
当前提交
d9a7963970
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. +1
    -0
      tests/test-perfs.zsh
  2. +1
    -0
      tests/test-zprof.zsh

+ 1
- 0
tests/test-perfs.zsh 查看文件

@ -48,6 +48,7 @@
}
# Load the main script.
typeset -a region_highlight
. ${0:h:h}/zsh-syntax-highlighting.zsh
# Activate the highlighter.

+ 1
- 0
tests/test-zprof.zsh 查看文件

@ -29,6 +29,7 @@
# -------------------------------------------------------------------------------------------------
# Load the main script.
typeset -a region_highlight
. ${0:h:h}/zsh-syntax-highlighting.zsh
# Activate the highlighter.

正在加载...
取消
保存