代码同步
This commit is contained in:
18
Server/vendor/textalk/websocket/tests/scripts/receive-bad-opcode.json
vendored
Normal file
18
Server/vendor/textalk/websocket/tests/scripts/receive-bad-opcode.json
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
[
|
||||
{
|
||||
"function": "get_resource_type",
|
||||
"params": [
|
||||
"@mock-stream"
|
||||
],
|
||||
"return": "stream"
|
||||
},
|
||||
{
|
||||
"function": "fread",
|
||||
"params": [
|
||||
"@mock-stream",
|
||||
2
|
||||
],
|
||||
"return-op": "chr-array",
|
||||
"return": [140, 115]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user