mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-23 04:51:12 +02:00
unposted: Adding comments to test changed line number in output
This commit is contained in:
parent
c7a9cf465d
commit
1caaa933b4
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2017-05-09 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||||
|
|
||||||
|
* unposted: Test/D02glob.ztst: Adding comment to test changed
|
||||||
|
line number in output.
|
||||||
|
|
||||||
2017-05-09 Peter Stephenson <p.stephenson@samsung.com>
|
2017-05-09 Peter Stephenson <p.stephenson@samsung.com>
|
||||||
|
|
||||||
* 41081: Src/utils.c, Test/D02glob.ztst: Symlink expansion
|
* 41081: Src/utils.c, Test/D02glob.ztst: Symlink expansion
|
||||||
|
|
|
@ -692,7 +692,7 @@
|
||||||
bad_pwd="/${(l:16000:: :):-}"
|
bad_pwd="/${(l:16000:: :):-}"
|
||||||
print ${bad_pwd:P}
|
print ${bad_pwd:P}
|
||||||
0:modifier ':P' with path too long
|
0:modifier ':P' with path too long
|
||||||
?(eval):2: path expansion failed, using root directory
|
?(eval):4: path expansion failed, using root directory
|
||||||
>/
|
>/
|
||||||
|
|
||||||
foo=a
|
foo=a
|
||||||
|
|
Loading…
Reference in a new issue