Artifact aa0fc14f53608108e0175489e6bc29d6faff7628:
- File th1ish/unit/003-001.th1ish — part of check-in [c0b759f730] at 2014-02-28 20:19:39 on branch trunk — lots of tinkering with the script bits. Added Fossil.Context.loadBload() (fsl_content_get()) binding. (user: stephan size: 236)
const f = Fossil.createContext() var c = f.loadBlob('trunk') assert 'buffer' === typename c assert [c.length] > 0 // print(c) assert catch {f.loadBlob('xyzyz')} inherits api.Exception c = f.loadBlob(1) assert 'buffer' === typename c