!752 p { S code = loadSnippet("#1004715"); Sandbox s = luaSandbox(); evalLua(s, code); S text = textFromUtf8(lzmaInputStream("#1004694")); LuaValue strategy = s.get("strategy"); assertFalse(strategy.isnil()); strategy.call(Lua.value(text)); }