Procházet zdrojové kódy

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 před 4 roky
rodič
revize
d9a7963970
2 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +1
    -0
      tests/test-perfs.zsh
  2. +1
    -0
      tests/test-zprof.zsh

+ 1
- 0
tests/test-perfs.zsh Zobrazit soubor

@ -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 Zobrazit soubor

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

Načítá se…
Zrušit
Uložit