// Tests Space.{to,from}file const Space = require('../space') text = new Space(); text.adhoc('\ line of text\n\ other&&\\\\&&line of text\n\ \n\ final\n'); text.tofile('local') text.fromfile('local') console.log(text.print()); //Should be losslessly transmitted, and local contains a copy