mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-11 13:01:28 +02:00
unposted: Add smoke test for :P history modifier.
This commit is contained in:
parent
88d14451b0
commit
030440d5b7
2 changed files with 12 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2019-11-19 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||||
|
|
||||||
|
* unposted: Test/W01history.ztst: Add smoke test for :P history
|
||||||
|
modifier.
|
||||||
|
|
||||||
2019-11-18 Peter Stephenson <p.stephenson@samsung.com>
|
2019-11-18 Peter Stephenson <p.stephenson@samsung.com>
|
||||||
|
|
||||||
* users/24445: Src/hist.c: Add missing support for :P to history
|
* users/24445: Src/hist.c: Add missing support for :P to history
|
||||||
|
|
|
@ -81,3 +81,10 @@ F:Check that a history bug introduced by workers/34160 is working again.
|
||||||
>for/testing
|
>for/testing
|
||||||
>testing
|
>testing
|
||||||
>path/for
|
>path/for
|
||||||
|
|
||||||
|
$ZTST_testdir/../Src/zsh -fis <<<'
|
||||||
|
echo /my/path/for/testing
|
||||||
|
echo !1:1:P' 2>/dev/null
|
||||||
|
0:Modifier :P
|
||||||
|
>/my/path/for/testing
|
||||||
|
>/my/path/for/testing
|
||||||
|
|
Loading…
Reference in a new issue