summaryrefslogtreecommitdiffstats
path: root/vendor/textalk/websocket/tests/scripts/receive-bad-opcode.json
blob: 27dd2baa903deaf0e6557dc199cba115456fc0dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
    {
        "function": "get_resource_type",
        "params": [
            "@mock-stream"
        ],
        "return": "stream"
    },
    {
        "function": "fread",
        "params": [
            "@mock-stream",
            2
        ],
        "return-op": "chr-array",
        "return": [140, 115]
    }
]