1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-06-01 04:46:08 +02:00

45862: Add test cases for 45843#1 and 45843#2, adapted from Aaron Esau and pws.

This commit is contained in:
Daniel Shahaf 2020-05-20 00:47:22 +00:00
parent c528c27ade
commit c7da34dd71
2 changed files with 15 additions and 0 deletions

View File

@ -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>
* Eitan Adler: unposted: config.guess, config.sub: update to

View File

@ -2656,3 +2656,13 @@ F:behavior, see http://austingroupbugs.net/view.php?id=888
>1: pws
>3: 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