File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ T["setup()"]["sets exposed methods and default options value"] = function()
2626 Helpers .expect .global_type (child , " _G.SearchAndReplace" , " table" )
2727
2828 -- public methods
29- Helpers .expect .global_type (child , " _G.SearchAndReplace.toggle " , " function" )
30- Helpers .expect .global_type (child , " _G.SearchAndReplace.disable " , " function" )
31- Helpers .expect .global_type (child , " _G.SearchAndReplace.enable " , " function" )
29+ Helpers .expect .global_type (child , " _G.SearchAndReplace.replace_by_pattern " , " function" )
30+ Helpers .expect .global_type (child , " _G.SearchAndReplace.replace_by_references " , " function" )
31+ Helpers .expect .global_type (child , " _G.SearchAndReplace.replace_undo " , " function" )
3232
3333 -- config
3434 Helpers .expect .global_type (child , " _G.SearchAndReplace.config" , " table" )
You can’t perform that action at this time.
0 commit comments