zsh-workers
 help / color / mirror / code / Atom feed
1bf7b18b03d4bdfea9d876d5ed4461f3072fad89 blob 474 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
 
%prep

  if [[ $OSTYPE = cygwin ]]; then
    ZTST_unimplemented="the zsh/zpty module does not work on Cygwin"
  elif ( zmodload zsh/zpty 2>/dev/null ); then
    . $ZTST_srcdir/comptest
    comptestinit -z $ZTST_testdir/../Src/zsh
  else
    ZTST_unimplemented="the zsh/zpty module is not available"
  fi

%test

  zpty_run 'a=("foo foo" "" "bar")'
  zletest $'vared a\n\C-xw'
0:vared: basic quoting test
>BUFFER: foo\ foo '' bar
>CURSOR: 15

%clean

  zmodload -ui zsh/zpty
debug log:

solving 1bf7b18b0 ...
found 1bf7b18b0 in https://inbox.vuxu.org/zsh-workers/20200519235425.13713-1-danielsh@tarpaulin.shahaf.local2/

applying [1/1] https://inbox.vuxu.org/zsh-workers/20200519235425.13713-1-danielsh@tarpaulin.shahaf.local2/
diff --git a/Test/X05zlebuiltins.ztst b/Test/X05zlebuiltins.ztst
new file mode 100644
index 000000000..1bf7b18b0

Checking patch Test/X05zlebuiltins.ztst...
Applied patch Test/X05zlebuiltins.ztst cleanly.

index at:
100644 1bf7b18b03d4bdfea9d876d5ed4461f3072fad89	Test/X05zlebuiltins.ztst

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).