zsh-syntax-highlighting/highlighters/main/test-data
Daniel Shahaf 5fb4cb2f72 Fix regression: Highlight ';' as commandseparator.
This was broken by c2b9327b07
and tracked as zsh-users/zsh-syntax-highlighting#199.

This fixes the vanilla-newline.zsh test, which was was (consciously) broken
by the previous commit.
2015-09-23 14:50:22 +00:00
..
assign-append.zsh Highlight array appends: foo+=(bar baz). 2015-09-05 09:38:02 +00:00
assign.zsh Don't parse first word of array assignment as command 2015-08-28 09:52:52 +00:00
backslash-continuation.zsh test harness: Fix off-by-one discrepancy between observed and expected. 2015-09-12 20:48:25 +00:00
commandseparator.zsh Fix regression: Highlight ';' as commandseparator. 2015-09-23 14:50:22 +00:00
dollar-quoted.zsh Support $''-quoted strings. 2015-09-10 20:02:39 +00:00
double-quoted.zsh tests: Add test for escape sequences in double-quoted strings 2015-09-17 20:01:46 +00:00
glob.zsh Highlight ? as globbing. 2015-09-07 18:03:14 +00:00
multiline-string.zsh test harness: Fix off-by-one discrepancy between observed and expected. 2015-09-12 20:48:25 +00:00
multiline-string2.zsh multiline strings: Add a second test for commit ff4d402e9a 2015-09-05 15:08:08 +00:00
multiple-redirections.zsh Big refactoring. 2011-06-12 22:57:14 +02:00
noglob1.zsh Highlight 'noglob' correctly in more cases. 2015-09-07 09:09:17 +00:00
noglob2.zsh Highlight 'noglob' correctly in more cases. 2015-09-07 09:09:17 +00:00
path-space- .zsh add some tests 2011-09-07 01:14:45 +08:00
path-tilde-home.zsh add tests for handling tildes 2011-09-07 01:14:45 +08:00
path-tilde-named.zsh tests: path-tilde-named.zsh: Fix expectations 2015-09-17 19:09:33 +00:00
path.zsh add some tests 2011-09-07 01:14:45 +08:00
prefix-redirection.zsh test harness: Fix off-by-one discrepancy between observed and expected. 2015-09-12 20:48:25 +00:00
simple-command.zsh Big refactoring. 2011-06-12 22:57:14 +02:00
simple-redirection.zsh test harness: Fix off-by-one discrepancy between observed and expected. 2015-09-12 20:48:25 +00:00
sudo-command.zsh Fix #121: sudo syntax highlighting incorrectly 2013-09-28 19:33:34 -06:00
unknown-command.zsh Big refactoring. 2011-06-12 22:57:14 +02:00
vanilla-newline.zsh tests: vanilla-newline.zsh: Fix expectations 2015-09-17 23:33:56 +00:00