zsh-syntax-highlighting/highlighters/main/test-data
2015-11-17 02:02:42 +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 Fix copyright year. 2015-11-17 02:02:42 +00:00
comment-off.zsh Fix copyright year. 2015-11-17 02:02:42 +00:00
comments.zsh Fix copyright year. 2015-11-17 02:02:42 +00:00
commmand-parameter.zsh Highlight parameter expansions that are a command word. 2015-11-17 01:37:58 +00: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 Fix copyright year. 2015-11-17 02:02:42 +00:00
double-quoted3.zsh Fix copyright year. 2015-11-17 02:02:42 +00:00
double-quoted4.zsh Fix copyright year. 2015-11-17 02:02:42 +00:00
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
option-path_dirs.zsh Fix issue #228, "Support the PATH_DIRS option". 2015-11-16 23:14:48 +00:00
path-space.zsh minor: Rename a test file to a not-escape-needing name. 2015-11-16 22:57:47 +00:00
path-tilde-home.zsh
path-tilde-home2.zsh
path-tilde-named.zsh tests: Provide an independent, auto-cleaned working directory to each test. 2015-11-16 22:54:52 +00:00
path.zsh tests: Provide an independent, auto-cleaned working directory to each test. 2015-11-16 22:54:52 +00:00
path_prefix.zsh
path_prefix2.zsh
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