Skip to content

Commit 6423fe1

Browse files
committed
update test case
1 parent fe956b4 commit 6423fe1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/v1.ecs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import parsergen,
33
codec.json,
44
covscript.*,
5-
covscript.abc,
65
network.tcp.x as tcp_socket
76

87
var a = new tcp_socket.get_type(){"192.168.233.233", 3306}, b = gcnew array
@@ -40,6 +39,8 @@ test([b, =c](ttx : number, =xxx){
4039
end
4140
})
4241

42+
var (a, ..., c) = test()
43+
4344
function test(a : string, b : number, =c)
4445
{
4546
return fuck_you()
@@ -56,7 +57,7 @@ a = "Hello" : "world"
5657
b = [](...xxx)->xxx > 1 ? self(xxx - 2) + self(xxx - 1) : 1
5758

5859
namespace xxx
59-
using json, tcp_socket
60+
using json.*, tcp_socket
6061
namespace xxx
6162
var a = 10
6263
end

0 commit comments

Comments
 (0)