about summary refs log tree commit diff
path: root/Util
diff options
context:
space:
mode:
authorDaniel Shahaf <danielsh@apache.org>2019-12-31 01:52:03 +0000
committerDaniel Shahaf <danielsh@apache.org>2020-01-01 13:55:39 +0000
commit7e2c80fcd5a2aeae299f55e392e00275943f1562 (patch)
treefe0b5efa001da7bacc26b7cf1232a453c5547379 /Util
parent6a67d38e969fe0acacf3191291e44a862376321f (diff)
downloadzsh-7e2c80fcd5a2aeae299f55e392e00275943f1562.tar.gz
zsh-7e2c80fcd5a2aeae299f55e392e00275943f1562.tar.xz
zsh-7e2c80fcd5a2aeae299f55e392e00275943f1562.zip
45169/0001: In the test suite, allow test cases to be marked as expected to fail.
See next commit for a use-case.
Diffstat (limited to 'Util')
-rw-r--r--Util/ztst-syntax.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/Util/ztst-syntax.vim b/Util/ztst-syntax.vim
index 8d8becfe7..f0c82d74c 100644
--- a/Util/ztst-syntax.vim
+++ b/Util/ztst-syntax.vim
@@ -28,7 +28,7 @@ syn include @zsh                   syntax/zsh.vim
 syn match  ztstPayload             /^\s\+\zs.*/ contains=@zsh
 
 syn match  ztstExitCode            /^\d\+\|^-/                nextgroup=ztstFlags
-syn match  ztstFlags               /[.dDq]*:/       contained nextgroup=ztstTestName contains=ztstColon
+syn match  ztstFlags               /[.dDqf]*:/      contained nextgroup=ztstTestName contains=ztstColon
 syn match  ztstColon               /:/              contained
 syn region ztstTestName            start=// end=/$/ contained