phase: 20.49 COMPLETE; 20.50 Flow+String minimal reps; 20.51 selfhost v0/v1 minimal (Option A/B); hv1-inline binop/unop/copy; docs + run_all + CURRENT_TASK -> 21.0
This commit is contained in:
13
local_tests/test_generic_plugin.hako
Normal file
13
local_tests/test_generic_plugin.hako
Normal file
@ -0,0 +1,13 @@
|
||||
// 汎用プラグインBox生成システムのテスト
|
||||
print("=== Testing Generic Plugin Box Creation ===")
|
||||
|
||||
// FileBoxプラグインをテスト
|
||||
local file
|
||||
file = new FileBox() // 汎用システムでFileBoxを生成
|
||||
print("✅ FileBox created successfully!")
|
||||
|
||||
// 将来的に他のプラグインBoxも同じ仕組みで動作
|
||||
// local db = new DatabaseBox()
|
||||
// local http = new HttpBox()
|
||||
|
||||
print("=== Test Complete ===")
|
||||
Reference in New Issue
Block a user