Lua code - System test1 | s = new_sandbox_1() |
2 | s.run("a=5")
|
3 | assert(s.get_inner("a") == 5)
|
4 | |
5 | assert(a == nil) -- just checking that we actually have a sandbox :) |
6 | |
7 | return true |
Began life as a copy of #558
test run test run with input download show line numbers
Travelled to 12 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #559 |
| Snippet name: | Sandboxing Test 2 |
| Eternal ID of this version: | #559/1 |
| Text MD5: | 1f9edf2f2c0db292fc2262ed2f465048 |
| Author: | stefan |
| Category: | |
| Type: | Lua code - System test |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2015-04-05 17:53:09 |
| Source code size: | 151 bytes / 7 lines |
| Pitched / IR pitched: | No / Yes |
| Views / Downloads: | 1460 / 311 |
| Referenced in: | [show references] |