tests: Support SKIP directive in tap-colorizer

This commit is contained in:
Matthew Martin 2017-11-06 07:08:21 -06:00
parent 038409c10d
commit 4bd30737dc

View File

@ -44,6 +44,10 @@ do
(#* | <->..<->) (#* | <->..<->)
print -nP %F{blue} print -nP %F{blue}
;; ;;
# SKIP
(*# SKIP*)
print -nP %F{yellow}
;;
# XPASS # XPASS
(ok*# TODO*) (ok*# TODO*)
print -nP %F{red} print -nP %F{red}