Improve testing around require() features.

This commit is contained in:
James Roseborough
2007-12-05 22:00:37 +00:00
parent 7db4d54d50
commit 8f581c8f07
7 changed files with 150 additions and 17 deletions

View File

@@ -0,0 +1,8 @@
-- helper file for require() tests
module( 'req.subsample', package.seeall )
function h()
print 'in subsample.h'
end
print 'loading subsample.lua'
return 'return value from subsample', 'second return value from subsample'