zsh-syntax-highlighting/highlighters/main/test-data
2015-11-16 19:04:37 +00:00
..
alias.zsh
anonymous-function.zsh Highlight subshells and anonymous functions correctly. 2015-10-29 12:01:13 +00:00
arithmetic-evaluation.zsh brackets: Highlight the closing brackets of arithmetic expansion. (Issue #226.) 2015-10-30 17:28:48 +00:00
assign-append.zsh
assign-array.zsh brackets: Highlight closing ')' of array assignments correctly. (Issue #226.) 2015-11-16 18:44:44 +00:00
assign-semicolon.zsh Fix issue #205, "';' after assignment is highlighted as unknown-token". 2015-10-29 12:01:13 +00:00
assign-subshell.zsh Add an XFail test for issue #231, "Assignment terminating subshell flags closing parenthesis as an error". 2015-11-16 19:04:37 +00:00
assign.zsh brackets: Highlight closing ')' of array assignments correctly. (Issue #226.) 2015-11-16 18:44:44 +00:00
back-quoted-argument.zsh
backslash-continuation.zsh
commandseparator.zsh
comment-leading.zsh comments: Fix issue #163 and #167: Highlight comments. 2015-10-30 08:38:44 +02:00
comment-off.zsh comments: Add a PASSing test for the NO_INTERACTIVE_COMMENTS case. 2015-10-30 08:38:39 +02:00
comments.zsh comments: Fix issue #163 and #167: Highlight comments. 2015-10-30 08:38:44 +02:00
control-flow.zsh Fix issue #222, "command word after repeat". 2015-10-30 13:31:43 +00:00
dollar-quoted.zsh
dollar-quoted2.zsh
dollar-quoted3.zsh
double-hyphen-option.zsh
double-quoted.zsh
double-quoted2.zsh
double-quoted3.zsh
empty-command.zsh
function.zsh
glob.zsh
hashed-command.zsh
history-expansion.zsh
history-expansion2.zsh
multiline-string.zsh
multiline-string2.zsh
multiple-redirections.zsh
noglob-alias.zsh Followup to last: re-fix issue #9 and add test for it. 2015-10-29 12:01:11 +00:00
noglob1.zsh
noglob2.zsh
path-space- .zsh
path-tilde-home.zsh
path-tilde-home2.zsh
path-tilde-named.zsh
path.zsh
path_prefix.zsh Add an XFail test for accept-line semantics. 2015-10-28 08:30:05 +02:00
path_prefix2.zsh main: Refresh highlighting upon accept-* widgets (accept-line et al). 2015-10-28 09:24:08 +02:00
precommand.zsh Fix issue #209, "precommand modifiers at non-command-word position". 2015-10-29 12:01:11 +00:00
prefix-redirection.zsh
redirection.zsh
reserved-word.zsh Fix issue #222, "command word after repeat". 2015-10-30 13:31:43 +00:00
simple-command.zsh
simple-redirection.zsh
subshell.zsh brackets: Highlight the closing brackets of subshells and blocks. (Issue #226.) 2015-10-30 20:20:30 +02:00
sudo-command.zsh sudo: Flag an error when a required argument is missing. 2015-10-29 12:01:13 +00:00
sudo-comment.zsh comments: Mark prematurely-terminated command as an error. 2015-10-30 08:38:45 +02:00
sudo-redirection.zsh sudo: Extend tests. 2015-10-29 12:01:13 +00:00
sudo-redirection2.zsh sudo/redirections: Fix remaining part of issue #221, "sudo and redirection don't mix". 2015-10-29 12:01:13 +00:00
tilde-command-word.zsh
unbackslash.zsh
unknown-command.zsh
vanilla-newline.zsh