We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b871b4 commit c608917Copy full SHA for c608917
t/004-require.t
@@ -35,6 +35,7 @@ __DATA__
35
location /load {
36
content_by_lua '
37
package.loaded.foo = nil;
38
+ collectgarbage()
39
local foo = require "foo";
40
foo.hi()
41
';
t/035-gmatch.t
@@ -440,6 +440,7 @@ done
440
location /main {
441
442
package.loaded.foo = nil
443
444
445
local res = ngx.location.capture("/t")
446
if res.status == 200 then
0 commit comments