more tests

This commit is contained in:
2022-03-12 21:55:00 +08:00
parent 5eefb9dc70
commit 9aea9bcba2
+1
View File
@@ -7,6 +7,7 @@ local function nested_e()
end end
local r = nested_e() local r = nested_e()
ngx.log(ngx.INFO, r)
ngx.say("OK") ngx.say("OK")
-- ➤ curl test.localhost:8088/api/ngx/test/nested_exit -- ➤ curl test.localhost:8088/api/ngx/test/nested_exit