Skip to content

Commit f963829

Browse files
committed
添加测试用例
1 parent 12ff61a commit f963829

File tree

4 files changed

+52
-0
lines changed

4 files changed

+52
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---@format disable-next
2+
local t = {}
3+
4+
function ff()
5+
---@format disable-next
6+
local t=123 --hello w
7+
local d = 13
8+
---@format disable-next
9+
print("hello" ,
10+
ok,bbbbb,ccccccc,e,wfwfwfw)(
11+
"hello world"
12+
)
13+
local cc=13
14+
end
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---@format disable
2+
local t = {}
3+
4+
function ff()
5+
local t=123 --hello w
6+
local d = 13
7+
print("hello" ,
8+
ok,bbbbb,ccccccc,e,wfwfwfw)(
9+
"hello world"
10+
)
11+
local cc=13
12+
end
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---@format disable-next
2+
local t = {}
3+
4+
function ff()
5+
---@format disable-next
6+
local t=123 --hello w
7+
local d = 13
8+
---@format disable-next
9+
print("hello" ,
10+
ok,bbbbb,ccccccc,e,wfwfwfw)(
11+
"hello world"
12+
)
13+
local cc = 13
14+
end
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---@format disable
2+
local t = {}
3+
4+
function ff()
5+
local t=123 --hello w
6+
local d = 13
7+
print("hello" ,
8+
ok,bbbbb,ccccccc,e,wfwfwfw)(
9+
"hello world"
10+
)
11+
local cc=13
12+
end

0 commit comments

Comments
 (0)