Skip to content

Commit a15fc43

Browse files
committed
提交测试
1 parent bcd78a0 commit a15fc43

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

Test/test_script/format_text/wait_format/table.lua

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,14 @@ local t9 = {
5050
fwhoifwjofgjw = 353,
5151
ljeogjeprjgpege = 13131,
5252
}
53+
54+
local t10 = {
55+
aaa = 123131,
56+
bb=123131,
57+
58+
dd=1313131,
59+
ee=12313131,
60+
61+
ccc =12313131,
62+
dddddddddddddddddddd =123
63+
}

Test/test_script/format_text/wait_format_should_be/table.lua

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,14 @@ local t9 = {
5050
fwhoifwjofgjw = 353,
5151
ljeogjeprjgpege = 13131,
5252
}
53+
54+
local t10 = {
55+
aaa = 123131,
56+
bb = 123131,
57+
58+
dd = 1313131,
59+
ee = 12313131,
60+
61+
ccc = 12313131,
62+
dddddddddddddddddddd = 123
63+
}

0 commit comments

Comments
 (0)