mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
These tests are based on the patches contributed in those issues:
commit 9d9df4fe80c878e460b38b5d8be76926a9e02286 (upstream/pr/167)
Author: Miciah Masters <miciah.masters@gmail.com>
AuthorDate: Thu Apr 23 20:28:24 2015 -0400
Commit: Miciah Dashiel Butler Masters <mmasters@redhat.com>
CommitDate: Thu Apr 23 20:28:24 2015 -0400
Highlight comments
M highlighters/main/main-highlighter.zsh
A highlighters/main/test-data/comments.zsh
commit d94f1a037f9829792b2faaf94efe4d86300369b7 (upstream/pr/163)
Author: sonnym <michaud.sonny@gmail.com>
AuthorDate: Fri Mar 6 18:27:57 2015 -0500
Commit: sonnym <michaud.sonny@gmail.com>
CommitDate: Fri Mar 6 21:16:27 2015 -0500
highlight comments when interactive_comments is on
M highlighters/main/main-highlighter.zsh
A highlighters/main/test-data/comment-embedded.zsh
A highlighters/main/test-data/comment-leading.zsh
Patch-by: sonnym <michaud.sonny@gmail.com>
Patch-by: Miciah Masters <miciah.masters@gmail.com>
(corrected and refreshed for harness changes by me)
|
||
|---|---|---|
| .. | ||
| alias.zsh | ||
| anonymous-function.zsh | ||
| arithmetic-evaluation.zsh | ||
| assign-append.zsh | ||
| assign-semicolon.zsh | ||
| assign.zsh | ||
| back-quoted-argument.zsh | ||
| backslash-continuation.zsh | ||
| commandseparator.zsh | ||
| comment-leading.zsh | ||
| comments.zsh | ||
| control-flow.zsh | ||
| 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 | ||
| noglob1.zsh | ||
| noglob2.zsh | ||
| path-space- .zsh | ||
| path-tilde-home.zsh | ||
| path-tilde-home2.zsh | ||
| path-tilde-named.zsh | ||
| path.zsh | ||
| path_prefix.zsh | ||
| path_prefix2.zsh | ||
| precommand.zsh | ||
| prefix-redirection.zsh | ||
| redirection.zsh | ||
| reserved-word.zsh | ||
| simple-command.zsh | ||
| simple-redirection.zsh | ||
| subshell.zsh | ||
| sudo-command.zsh | ||
| sudo-redirection.zsh | ||
| sudo-redirection2.zsh | ||
| tilde-command-word.zsh | ||
| unbackslash.zsh | ||
| unknown-command.zsh | ||
| vanilla-newline.zsh | ||