Skip to content

Commit 3605ba4

Browse files
committed
Fix test cases for nerdfont#path#basename and nerdfont#path#extension
The glyphs were changed in the following commit: 339e5e0
1 parent 0878d03 commit 3605ba4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/nerdfont/path/basename.vimspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ Describe nerdfont#path#basename
77

88
It returns a Docker glyph for 'dockerfile'
99
let glyph = nerdfont#path#basename#find('dockerfile')
10-
Assert Equals(glyph, '')
10+
Assert Equals(glyph, '')
1111
End
1212

1313
It returns a Key glyph for 'license'
1414
let glyph = nerdfont#path#basename#find('license')
15-
Assert Equals(glyph, '')
15+
Assert Equals(glyph, '')
1616
End
1717

1818
It returns an empty string for 'hogehogefoobar'

test/nerdfont/path/extension.vimspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Describe nerdfont#path#extension
1212

1313
It returns a Ruby glyph for 'index.rb'
1414
let glyph = nerdfont#path#extension#find('index.rb')
15-
Assert Equals(glyph, '')
15+
Assert Equals(glyph, '')
1616
End
1717

1818
It returns an empty string for 'hogehogefoobar'

0 commit comments

Comments
 (0)