zsh-syntax-highlighting/highlighters/main/test-data
2015-11-29 02:56:07 +00:00
..
alias.zsh Drop unnecessary shebang lines. 2015-10-20 11:49:51 +00:00
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 Drop unnecessary shebang lines. 2015-10-20 11:49:51 +00:00
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 Drop unnecessary shebang lines. 2015-10-20 11:49:51 +00:00
backslash-continuation.zsh Drop unnecessary shebang lines. 2015-10-20 11:49:51 +00:00
commandseparator.zsh Support the '|&', '&!', '&|' command separators. 2015-11-17 20:19:19 +00:00
comment-leading.zsh Drop unnecessary shebang lines. 2015-11-17 02:04:23 +00:00
comment-off.zsh Drop unnecessary shebang lines. 2015-11-17 02:04:23 +00:00
comments.zsh Drop unnecessary shebang lines. 2015-11-17 02:04:23 +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 Drop unnecessary shebang lines. 2015-10-20 11:49:51 +00:00
dollar-quoted2.zsh Drop unnecessary shebang lines. 2015-10-20 11:49:51 +00:00
dollar-quoted3.zsh Drop unnecessary shebang lines. 2015-10-20 11:49:51 +00:00
double-hyphen-option.zsh Drop unnecessary shebang lines. 2015-10-20 11:49:51 +00:00
double-quoted.zsh Drop unnecessary shebang lines. 2015-10-20 11:49:51 +00:00
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 Remove path_approx. 2015-10-27 04:29:05 +00:00
empty-command2.zsh command word: Do not attempt to interpret command separator tokens as anything else. 2015-11-29 02:02:42 +00:00
function.zsh Drop unnecessary shebang lines. 2015-10-20 11:49:51 +00:00
glob.zsh Drop unnecessary shebang lines. 2015-10-20 11:49:51 +00:00
hashed-command.zsh Drop unnecessary shebang lines. 2015-10-20 11:49:51 +00:00
history-expansion.zsh tests: Cover [default]. 2015-11-29 02:56:07 +00:00
history-expansion2.zsh Drop unnecessary shebang lines. 2015-10-20 11:49:51 +00:00
multiline-string.zsh Drop unnecessary shebang lines. 2015-10-20 11:49:51 +00:00
multiline-string2.zsh Drop unnecessary shebang lines. 2015-10-20 11:49:51 +00:00
multiple-redirections.zsh Drop unnecessary shebang lines. 2015-10-20 11:49:51 +00:00
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 Drop unnecessary shebang lines. 2015-10-20 11:49:51 +00:00
noglob2.zsh Drop unnecessary shebang lines. 2015-10-20 11:49:51 +00:00
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 Fix issue #216: test failure with HOME=/nonexistent. 2015-10-23 03:51:06 +00:00
path-tilde-home2.zsh Fix copyright year. 2015-10-23 04:53:06 +00:00
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 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 redirections: Test an infix redirection. 2015-10-27 05:20:24 +00:00
redirection.zsh Drop unnecessary shebang lines. 2015-10-20 11:49:51 +00:00
reserved-word.zsh Fix issue #222, "command word after repeat". 2015-10-30 13:31:43 +00:00
simple-command.zsh Drop unnecessary shebang lines. 2015-10-20 11:49:51 +00:00
simple-redirection.zsh Drop unnecessary shebang lines. 2015-10-20 11:49:51 +00:00
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 tests: Improve tests by using $unused_highlight. 2015-11-29 02:53:58 +00:00
sudo-redirection2.zsh tests: Improve tests by using $unused_highlight. 2015-11-29 02:53:58 +00:00
tilde-command-word.zsh Drop unnecessary shebang lines. 2015-10-20 11:49:51 +00:00
unbackslash.zsh Drop unnecessary shebang lines. 2015-10-20 11:49:51 +00:00
unknown-command.zsh Drop unnecessary shebang lines. 2015-10-20 11:49:51 +00:00
vanilla-newline.zsh Drop unnecessary shebang lines. 2015-10-20 11:49:51 +00:00