mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-18 15:21:16 +02:00
45862: Add test cases for 45843#1 and 45843#2, adapted from Aaron Esau and pws.
This commit is contained in:
parent
c528c27ade
commit
c7da34dd71
2 changed files with 15 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2020-05-20 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||||
|
|
||||||
|
* 45862: Test/D04parameter.ztst: Add test cases for 45843#1
|
||||||
|
and 45843#2, adapted from Aaron Esau and pws.
|
||||||
|
|
||||||
2020-05-17 Eitan Adler <lists@eitanadler.com>
|
2020-05-17 Eitan Adler <lists@eitanadler.com>
|
||||||
|
|
||||||
* Eitan Adler: unposted: config.guess, config.sub: update to
|
* Eitan Adler: unposted: config.guess, config.sub: update to
|
||||||
|
|
|
@ -2656,3 +2656,13 @@ F:behavior, see http://austingroupbugs.net/view.php?id=888
|
||||||
>1: pws
|
>1: pws
|
||||||
>3: pw
|
>3: pw
|
||||||
>4: pw
|
>4: pw
|
||||||
|
|
||||||
|
# Using a subshell because it segfaults.
|
||||||
|
("${: :${{{\"{{lorem ipsum dolor sit amet}}")
|
||||||
|
-f:regression test for workers/45843#1
|
||||||
|
?(eval):1: bad substitution
|
||||||
|
|
||||||
|
# Temporarily using the 'D' flag because it generates a "BUG:" message in
|
||||||
|
# debug builds only.
|
||||||
|
$ZTST_testdir/../Src/zsh -fc $'$\\\n('
|
||||||
|
1Df:regression test for workers/45843#2: escaped newline in command substitution start token
|
||||||
|
|
Loading…
Reference in a new issue