Skip to content

Commit

Permalink
[add] pem's test case
Browse files Browse the repository at this point in the history
  • Loading branch information
get-me-power committed Dec 18, 2021
1 parent 56b1dad commit 9040104
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/filetype.vim
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,10 @@ function! s:suite.OneArgument_GetRobotIcon()
call s:assert.equals( WebDevIconsGetFileTypeSymbol('robots.txt'), '')
endfunction

function! s:suite.OneArgument_PemIcon()
call s:assert.equals( WebDevIconsGetFileTypeSymbol('test.pem'), '')
endfunction

function! s:suite.NoArgument_OverWriteFileType_GetVimIcon()
set ft=vim
call s:assert.equals(WebDevIconsGetFileTypeSymbol(), '')
Expand Down

0 comments on commit 9040104

Please sign in to comment.