aboutsummaryrefslogtreecommitdiff
path: root/tests/space_fromfetch.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/space_fromfetch.js')
-rw-r--r--tests/space_fromfetch.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/space_fromfetch.js b/tests/space_fromfetch.js
new file mode 100644
index 0000000..2d8572a
--- /dev/null
+++ b/tests/space_fromfetch.js
@@ -0,0 +1,9 @@
+// Tets Space.fromfetch
+const space = require('../space')
+
+newspace = new space.Space()
+
+newspace.fromfetch({"4,2": {"content": " hhhhhhhh k hone ns ", "properties": {"writability": null, "cell_props": {}}}},[4,2,4,2],conform=false);
+// Straight from a real tileUpdate
+
+console.log(newspace.data); //Should be an array of arrays of chars, representing the content of "content" above.