summaryrefslogtreecommitdiff
path: root/Test/D01prompt.ztst
AgeCommit message (Collapse)AuthorFilesLines
2023-01-1051258, 51272: refactor handling of terminal attributes, removing OFF flags ↵Oliver Kiddle1-0/+13
in zattr
2021-12-0149628: Add an xfail test for RPS1/RPROMPT equivalence.Daniel Shahaf1-0/+6
2020-09-1047352 (+ extra test cases): fix %<n>K prompt expansionStephane Chazelas1-0/+28
Fixed a regression introduced by workers/30496 (5.0.3) whereby %2K would no longer be the equivalent of %K{2} (%K{green}) in prompt expansion. That was one missing case where the is_fg flag was not passed along to match_colour() after code factorisation. Add tests for the different syntax variants, using echoti as a reference.
2019-02-0344030: prompt: Return error for unrecognised colour namedana1-0/+8
2018-06-2043075: Support nanosecond-precision time formattingdana1-0/+8
* Teach ztrftime() %9. and %N for nanoseconds * Update prompt expansion to pass sub-second times for time formatting * Update zsh/stat to pass sub-second times for atime/mtime/ctime Patch heavily based on Oliver's earlier work @ workers/24059
2017-05-0941078: Empty psvar could cause bad dereference in prompt expansionPeter Stephenson1-0/+4
2017-03-1240816: Document interaction of 'print -P' and 'print -f'.Daniel Shahaf1-1/+9
2016-09-1339292: Distinguish "=" and "==" tests in output.Peter Stephenson1-2/+2
This is both in xtrace output and shell code rebuilt from internal structures.
2015-06-24various posts: Implement assignment parsing for typeset.Peter Stephenson1-1/+1
Typeset assignments now work like raw assignments except for no "+=" and no GLOB_ASSIGN. Documented in typeset builtin doc and mentioned in release notes. Tests to ensure basic sanity. Enabled by default, can be turned off by "disable -r" with typeset family of commands.
2008-10-2425931: Test for prompt code reentrancyPeter Stephenson1-0/+54
users/13400: clarify some ksh-like editing issues
2008-09-2625744: dynamic named directories and further doshfunc() simplificationPeter Stephenson1-0/+43
2005-10-1921882: extend prompt truncation to handle multibyte charactersPeter Stephenson1-4/+4
2001-07-0915334: use string "(eval)" as script name in debugging messages in eval'sPeter Stephenson1-1/+1
2001-04-02moved from ./Test/10prompt.ztstSven Wischnowsky1-0/+106