Skip to content

Commit

Permalink
[add] robots.txt'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 fafd27f commit 56b1dad
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 @@ -275,6 +275,10 @@ function! s:suite.OneArgument_GetLicenseIcon()
call s:assert.equals( WebDevIconsGetFileTypeSymbol('LICENSE'), '')
endfunction

function! s:suite.OneArgument_GetRobotIcon()
call s:assert.equals( WebDevIconsGetFileTypeSymbol('robots.txt'), '')
endfunction

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

0 comments on commit 56b1dad

Please sign in to comment.