From 9a91848fc752a364f16724f564288bcc20d6a63a Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Tue, 14 Dec 2021 10:08:09 -0500 Subject: Propagate Tab key to insert \t if necessary for previous commit. --- test/test.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/test.lua b/test/test.lua index a8c25164..ae1b052b 100644 --- a/test/test.lua +++ b/test/test.lua @@ -3494,10 +3494,10 @@ function test_snippets_find_snippet() table.remove(textadept.snippets.paths, 1) end -function test_snippets_expand_lexer_name() +function test_snippets_no_expand_lexer_name() buffer.new() buffer:add_text('lua') - assert(textadept.snippets.insert() == nil, 'snippet not inserted') + assert(textadept.snippets.insert() == false, 'snippet not inserted') buffer:close(true) end -- cgit v1.2.3