We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcd78a0 commit a15fc43Copy full SHA for a15fc43
Test/test_script/format_text/wait_format/table.lua
@@ -50,3 +50,14 @@ local t9 = {
50
fwhoifwjofgjw = 353,
51
ljeogjeprjgpege = 13131,
52
}
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
+ bb = 123131,
+ dd = 1313131,
+ ee = 12313131,
+ ccc = 12313131,
+ dddddddddddddddddddd = 123
0 commit comments