From ea2967268c4a6e1aae2b0688177451c91dee982a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Wed, 14 Apr 2021 21:50:06 +0800 Subject: stash --- test/basic/linker.lua | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'test/basic') diff --git a/test/basic/linker.lua b/test/basic/linker.lua index bf52c949..3b18ddc9 100644 --- a/test/basic/linker.lua +++ b/test/basic/linker.lua @@ -11,8 +11,14 @@ local function getSource(pos) or source.type == 'setlocal' or source.type == 'setglobal' or source.type == 'getglobal' - or source.type == 'field' - or source.type == 'method' + or source.type == 'setfield' + or source.type == 'getfield' + or source.type == 'setmethod' + or source.type == 'getmethod' + or source.type == 'tablefield' + or source.type == 'setindex' + or source.type == 'getindex' + or source.type == 'tableindex' or source.type == 'label' or source.type == 'goto' then return source -- cgit v1.2.3