summaryrefslogtreecommitdiffstats
path: root/vendor/textalk/websocket/tests/scripts/close-remote.json
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/textalk/websocket/tests/scripts/close-remote.json')
-rw-r--r--vendor/textalk/websocket/tests/scripts/close-remote.json55
1 files changed, 55 insertions, 0 deletions
diff --git a/vendor/textalk/websocket/tests/scripts/close-remote.json b/vendor/textalk/websocket/tests/scripts/close-remote.json
new file mode 100644
index 0000000..d2eea02
--- /dev/null
+++ b/vendor/textalk/websocket/tests/scripts/close-remote.json
@@ -0,0 +1,55 @@
+[
+ {
+ "function": "get_resource_type",
+ "params": [
+ "@mock-stream"
+ ],
+ "return": "stream"
+ },
+ {
+ "function": "fread",
+ "params": [
+ "@mock-stream",
+ 2
+ ],
+ "return-op": "chr-array",
+ "return": [136, 137]
+ },
+ {
+ "function": "fread",
+ "params": [
+ "@mock-stream",
+ 4
+ ],
+ "return-op": "chr-array",
+ "return": [54, 79, 233, 244]
+ },
+ {
+ "function": "fread",
+ "params": [
+ "@mock-stream",
+ 9
+ ],
+ "return-op": "chr-array",
+ "return": [117, 35, 170, 152, 89, 60, 128, 154, 81]
+ },
+ {
+ "function": "get_resource_type",
+ "params": [
+ "@mock-stream"
+ ],
+ "return": "stream"
+ },
+ {
+ "function": "fwrite",
+ "params": [],
+ "return": 33
+ },
+ {
+ "function": "fclose",
+ "params": [
+ "@mock-stream"
+ ],
+ "return": true
+ }
+] \ No newline at end of file