Skip to content

Commit c3e289e

Browse files
committed
test: also test invalid condition for word
1 parent ab11ba0 commit c3e289e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/functional/snippy_spec.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -844,12 +844,12 @@ describe('Snippy', function()
844844
})
845845
-- Don't expand this
846846
feed('<Esc>:%d<CR>')
847-
insert('@@@default')
847+
insert('foodefault')
848848
feed('a')
849849
feed('<plug>(snippy-expand)')
850850
screen:expect({
851851
grid = [[
852-
@@@Expand if keyword-delimited word present!^ |
852+
foodefault^ |
853853
{1:~ }|
854854
{1:~ }|
855855
{1:~ }|

0 commit comments

Comments
 (0)