@@ -71,15 +71,15 @@ describe("ui/icons", function()
7171
7272 u .assert_buf_lines (bufnr , {
7373 string.format (" %s" , fs_tree .abspath ):sub (1 , 42 ),
74- " baz" ,
74+ " baz" ,
7575 " foo" ,
7676 " │ bar" ,
7777 " └ * foo1.lua" ,
7878 " * 1.md" ,
7979 })
8080
8181 u .assert_highlight (bufnr , ns_id , 1 , " " , " NeoTreeDirectoryIcon" )
82- u .assert_highlight (bufnr , ns_id , 2 , " " , " NeoTreeDirectoryIcon" )
82+ u .assert_highlight (bufnr , ns_id , 2 , " " , " NeoTreeDirectoryIcon" )
8383 u .assert_highlight (bufnr , ns_id , 4 , " " , " NeoTreeDirectoryIcon" )
8484 u .assert_highlight (bufnr , ns_id , 5 , " * " , " NeoTreeFileIcon" )
8585 end )
@@ -108,15 +108,15 @@ describe("ui/icons", function()
108108
109109 u .assert_buf_lines (bufnr , {
110110 vim .fn .strcharpart (string.format (" %s" , fs_tree .abspath ), 0 , 40 ),
111- " baz" ,
111+ " baz" ,
112112 " foo" ,
113113 " │ bar" ,
114114 " └ foo1.lua" ,
115115 " 1.md" ,
116116 })
117117
118118 u .assert_highlight (bufnr , ns_id , 1 , " " , " NeoTreeDirectoryIcon" )
119- u .assert_highlight (bufnr , ns_id , 2 , " " , " NeoTreeDirectoryIcon" )
119+ u .assert_highlight (bufnr , ns_id , 2 , " " , " NeoTreeDirectoryIcon" )
120120 u .assert_highlight (bufnr , ns_id , 4 , " " , " NeoTreeDirectoryIcon" )
121121
122122 local extmarks = u .get_text_extmarks (bufnr , ns_id , 5 , " " )
0 commit comments