@@ -30,6 +30,7 @@ test_NamespaceNode
30
30
| tst.js:68:1:68:35 | io.on(' ... => {}) | socket.io namespace with path '/' |
31
31
| tst.js:69:1:69:32 | ns.on(' ... => {}) | socket.io namespace with path '/' |
32
32
| tst.js:70:1:74:2 | ns.on(' ... {});\\n}) | socket.io namespace with path '/' |
33
+ | tst.js:85:1:85:37 | io.on(' ... , "x")) | socket.io namespace with path '/' |
33
34
test_ClientReceiveNode_getASender
34
35
| client2.js:4:1:6:2 | sock.on ... y);\\n}) | tst.js:30:1:30:28 | ns.emit ... event') |
35
36
| client2.js:4:1:6:2 | sock.on ... y);\\n}) | tst.js:31:1:31:20 | ns.send('a message') |
@@ -121,6 +122,7 @@ test_SocketNode
121
122
| tst.js:71:3:71:35 | socket. ... => {}) | socket.io namespace with path '/' |
122
123
| tst.js:72:3:72:46 | socket. ... => {}) | socket.io namespace with path '/' |
123
124
| tst.js:73:3:73:43 | socket. ... => {}) | socket.io namespace with path '/' |
125
+ | tst.js:84:16:84:21 | socket | socket.io namespace with path '/' |
124
126
test_ClientSendNode_getEventName
125
127
| client2.js:14:1:14:32 | sock.em ... there") | data |
126
128
| client2.js:16:1:16:36 | sock.wr ... => {}) | message |
@@ -171,6 +173,7 @@ test_ServerNode
171
173
| tst.js:50:1:67:2 | io.on(' ... t');\\n}) | tst.js:1:12:1:33 | require ... .io')() |
172
174
| tst.js:68:1:68:35 | io.on(' ... => {}) | tst.js:1:12:1:33 | require ... .io')() |
173
175
| tst.js:80:1:80:10 | obj.server | tst.js:1:12:1:33 | require ... .io')() |
176
+ | tst.js:85:1:85:37 | io.on(' ... , "x")) | tst.js:1:12:1:33 | require ... .io')() |
174
177
test_ClientSendNode_getAReceiver
175
178
| client2.js:14:1:14:32 | sock.em ... there") | tst.js:71:3:71:35 | socket. ... => {}) |
176
179
| client2.js:14:1:14:32 | sock.em ... there") | tst.js:72:3:72:46 | socket. ... => {}) |
0 commit comments