<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.thegoonshow.co.uk/wiki/index.php?action=history&amp;feed=atom&amp;title=Module%3ASeparated_entries%2Ftestcases</id>
	<title>Module:Separated entries/testcases - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.thegoonshow.co.uk/wiki/index.php?action=history&amp;feed=atom&amp;title=Module%3ASeparated_entries%2Ftestcases"/>
	<link rel="alternate" type="text/html" href="https://www.thegoonshow.co.uk/wiki/index.php?title=Module:Separated_entries/testcases&amp;action=history"/>
	<updated>2026-05-14T03:21:04Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.2</generator>
	<entry>
		<id>https://www.thegoonshow.co.uk/wiki/index.php?title=Module:Separated_entries/testcases&amp;diff=251&amp;oldid=prev</id>
		<title>Kurt: 1 revision imported: en</title>
		<link rel="alternate" type="text/html" href="https://www.thegoonshow.co.uk/wiki/index.php?title=Module:Separated_entries/testcases&amp;diff=251&amp;oldid=prev"/>
		<updated>2022-07-20T13:44:26Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported: en&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 08:44, 20 July 2022&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Kurt</name></author>
	</entry>
	<entry>
		<id>https://www.thegoonshow.co.uk/wiki/index.php?title=Module:Separated_entries/testcases&amp;diff=250&amp;oldid=prev</id>
		<title>en&gt;Shirayuki: Created page with &quot;local p = require('Module:ScribuntoUnit'):new() local m = require('Module:Separated entries')  local function callWithArgs(args, separator, conjunction, start) 	local frame = (mw.getCurrentFrame() 		:newChild{ args = args } 		:newChild{ args = { separator = separator, conjunction = conjunction, start = start } }) 	return m.main(frame) end  local function callWithArgsBr(args, start) 	local frame = (mw.getCurrentFrame() 		:newChild{ args = args } 		:newChild{ args = { star...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.thegoonshow.co.uk/wiki/index.php?title=Module:Separated_entries/testcases&amp;diff=250&amp;oldid=prev"/>
		<updated>2021-07-31T01:35:06Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;local p = require(&amp;#039;Module:ScribuntoUnit&amp;#039;):new() local m = require(&amp;#039;Module:Separated entries&amp;#039;)  local function callWithArgs(args, separator, conjunction, start) 	local frame = (mw.getCurrentFrame() 		:newChild{ args = args } 		:newChild{ args = { separator = separator, conjunction = conjunction, start = start } }) 	return m.main(frame) end  local function callWithArgsBr(args, start) 	local frame = (mw.getCurrentFrame() 		:newChild{ args = args } 		:newChild{ args = { star...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local p = require('Module:ScribuntoUnit'):new()&lt;br /&gt;
local m = require('Module:Separated entries')&lt;br /&gt;
&lt;br /&gt;
local function callWithArgs(args, separator, conjunction, start)&lt;br /&gt;
	local frame = (mw.getCurrentFrame()&lt;br /&gt;
		:newChild{ args = args }&lt;br /&gt;
		:newChild{ args = { separator = separator, conjunction = conjunction, start = start } })&lt;br /&gt;
	return m.main(frame)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
local function callWithArgsBr(args, start)&lt;br /&gt;
	local frame = (mw.getCurrentFrame()&lt;br /&gt;
		:newChild{ args = args }&lt;br /&gt;
		:newChild{ args = { start = start } })&lt;br /&gt;
	return m.br(frame)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
local function callWithArgsComma(args, start)&lt;br /&gt;
	local frame = (mw.getCurrentFrame()&lt;br /&gt;
		:newChild{ args = args }&lt;br /&gt;
		:newChild{ args = { start = start } })&lt;br /&gt;
	return m.comma(frame)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p:testMain()&lt;br /&gt;
	self:assertEquals('abc', callWithArgs({ 'a', 'b', 'c' }))&lt;br /&gt;
	self:assertEquals('a, b, c', callWithArgs({ 'a', 'b', 'c' }, ',&amp;amp;#32;'))&lt;br /&gt;
	self:assertEquals('a, b and c', callWithArgs({ 'a', 'b', 'c' }, ',&amp;amp;#32;', '&amp;amp;#32;and&amp;amp;#32;'))&lt;br /&gt;
	self:assertEquals('b and c', callWithArgs({ 'a', 'b', 'c' }, ',&amp;amp;#32;', '&amp;amp;#32;and&amp;amp;#32;', '2'))&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p:testBr()&lt;br /&gt;
	self:assertEquals('a&amp;lt;br /&amp;gt;b&amp;lt;br /&amp;gt;c', callWithArgsBr({ 'a', 'b', 'c' }))&lt;br /&gt;
	self:assertEquals('b&amp;lt;br /&amp;gt;c', callWithArgsBr({ 'a', 'b', 'c' }, '2'))&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p:testComma()&lt;br /&gt;
	self:assertEquals('a, b, c', callWithArgsComma({ 'a', 'b', 'c' }))&lt;br /&gt;
	self:assertEquals('b, c', callWithArgsComma({ 'a', 'b', 'c' }, '2'))&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>en&gt;Shirayuki</name></author>
	</entry>
</feed>