mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
49628: Add an xfail test for RPS1/RPROMPT equivalence.
This commit is contained in:
parent
884cd84722
commit
7acfb7dfae
2 changed files with 9 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
2021-12-01 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||
|
||||
* 49628: Test/D01prompt.ztst: Add an xfail test for RPS1/RPROMPT
|
||||
equivalence.
|
||||
|
||||
* 49624: Test/E03posix.ztst: Expect the test 'All identifiers
|
||||
are variable references in POSIX arithmetic' to pass, as it
|
||||
has been passing since 49611.
|
||||
|
|
|
@ -257,3 +257,9 @@
|
|||
ZTST_skip='Missing terminfo module or non-colour terminal'
|
||||
fi
|
||||
0:Equivalence of terminal colour settings (background colour)
|
||||
|
||||
(RPS1=foo; echo $RPS1 $RPROMPT)
|
||||
(RPS2=bar; echo $RPS2 $RPROMPT2)
|
||||
-fD:RPS1 and RPROMPT are aliases (regression from 5.0.6) (workers/49600)
|
||||
>foo foo
|
||||
>bar bar
|
||||
|
|
Loading…
Reference in a new issue