Template:Documentation/preload-module-testcases: Difference between revisions

Content deleted Content added
No reason why this needs to be manually changed by users. It should automatically have the actual module name.
No edit summary
Line 4:
-- Example unit test.
function p:test_hello()
self:preprocess_equals('{{#invoke:BananasExample | hello}}', 'Hello, world!')
end