diff options
| author | dana <dana@dana.is> | 2018-12-31 09:42:44 -0600 |
|---|---|---|
| committer | dana <dana@dana.is> | 2018-12-31 10:03:08 -0600 |
| commit | 92b204cb123798c4fda3fe3168b68d88e0a5e794 (patch) | |
| tree | b53144486e3958b28f5b6ea522f18e7cb553f2ca | |
| parent | users/23809: ZLE_HIGHLIGHT extensions. (diff) | |
| download | zsh-92b204cb123798c4fda3fe3168b68d88e0a5e794.tar zsh-92b204cb123798c4fda3fe3168b68d88e0a5e794.tar.gz zsh-92b204cb123798c4fda3fe3168b68d88e0a5e794.tar.bz2 zsh-92b204cb123798c4fda3fe3168b68d88e0a5e794.tar.lz zsh-92b204cb123798c4fda3fe3168b68d88e0a5e794.tar.xz zsh-92b204cb123798c4fda3fe3168b68d88e0a5e794.tar.zst zsh-92b204cb123798c4fda3fe3168b68d88e0a5e794.zip | |
43962: Fix X04 test module_path
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | Test/X04zlehighlight.ztst | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2018-12-31 dana <dana@dana.is> + + * 43962: Test/X04zlehighlight.ztst: Fix module_path + 2018-12-30 Peter Stephenson <p.w.stephenson@ntlworld.com> * Sebastian: users/23809: Src/prompt.c, diff --git a/Test/X04zlehighlight.ztst b/Test/X04zlehighlight.ztst index 23ad14bd6..e14517490 100644 --- a/Test/X04zlehighlight.ztst +++ b/Test/X04zlehighlight.ztst @@ -12,6 +12,7 @@ export PS1= PS2= zpty -d zpty zsh "${(q)ZTST_testdir}/../Src/zsh -fiV +Z" + zpty -w zsh "module_path=( ${(j< >)${(@q-)module_path}} \$module_path )" zpty -w zsh 'zle_highlight=( fg_start_code:"CDE|3" fg_end_code:"|" bg_start_code:"BCDE|4" bg_end_code:"|" )' } zpty_input() { |
