Files
hakorune/local_tests/test_tiny_proxy_simple.hako

6 lines
217 B
Plaintext

// Simple test for Tiny proxy server - just test startup
print("Testing ProxyServer.main() call...")
// Try to call ProxyServer.main()
local result = ProxyServer.main()
print("ProxyServer.main() returned: " + result)