<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3ATelevision_episode_short_description%2Ftestcases</id>
	<title>Module:Television episode short description/testcases - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3ATelevision_episode_short_description%2Ftestcases"/>
	<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Television_episode_short_description/testcases&amp;action=history"/>
	<updated>2026-05-24T13:17:47Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://stockhub.co/index.php?title=Module:Television_episode_short_description/testcases&amp;diff=147209&amp;oldid=prev</id>
		<title>imported&gt;Gonnym at 12:00, 25 July 2021</title>
		<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Television_episode_short_description/testcases&amp;diff=147209&amp;oldid=prev"/>
		<updated>2021-07-25T12:00:35Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- Unit tests for [[Module:Television episode short description]]. Click talk page to run tests.&lt;br /&gt;
local p = require(&amp;#039;Module:UnitTests&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
function p:test_1_1_descriptions_live()&lt;br /&gt;
	self:preprocess_equals_many(&amp;#039;{{#invoke:Television episode short description|getShortDescription|test=yes|&amp;#039;, &amp;#039;}}&amp;#039;, {&lt;br /&gt;
		{&amp;#039;&amp;#039;, &amp;#039;Television episode&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=Lost&amp;#039;, &amp;#039;Episode of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=Lost|season_num=1&amp;#039;, &amp;#039;Episode of the first season of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=Lost|season_num=5|episode_num=4&amp;#039;, &amp;#039;4th episode of the fifth season of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=Firefly|season_num=1|season_num_uk=2|episode_num=1&amp;#039;, &amp;#039;1st episode of the first season of Firefly&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=Randall and Hopkirk (Deceased)|season_num=1|episode_num=1|not_dab=yes&amp;#039;, &amp;#039;1st episode of the first season of Randall and Hopkirk (Deceased)&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=Lost|special=yes&amp;#039;, &amp;#039;Special episode of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=Lost|special=Recap&amp;#039;, &amp;#039;Recap episode of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=WandaVision|limited=yes|episode_num=4&amp;#039;, &amp;#039;4th episode of WandaVision&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=WandaVision|limited=yes|episode_num=4, 5&amp;#039;, &amp;#039;4th and 5th episodes of WandaVision&amp;#039;},&lt;br /&gt;
    }, {nowiki=1})&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p:test_1_2_descriptions_sandbox()&lt;br /&gt;
	self:preprocess_equals_many(&amp;#039;{{#invoke:Television episode short description/sandbox|getShortDescription|test=yes|&amp;#039;, &amp;#039;}}&amp;#039;, {&lt;br /&gt;
		{&amp;#039;&amp;#039;, &amp;#039;Television episode&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=Lost&amp;#039;, &amp;#039;Episode of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=Lost|season_num=1&amp;#039;, &amp;#039;Episode of the first season of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=Lost|season_num=5|episode_num=4&amp;#039;, &amp;#039;4th episode of the fifth season of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=Firefly|season_num=1|season_num_uk=2|episode_num=1&amp;#039;, &amp;#039;1st episode of the first season of Firefly&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=Randall and Hopkirk (Deceased)|season_num=1|episode_num=1|not_dab=yes&amp;#039;, &amp;#039;1st episode of the first season of Randall and Hopkirk (Deceased)&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=Lost|special=yes&amp;#039;, &amp;#039;Special episode of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=Lost|special=Recap&amp;#039;, &amp;#039;Recap episode of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=WandaVision|limited=yes|episode_num=4&amp;#039;, &amp;#039;4th episode of WandaVision&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=WandaVision|limited=yes|episode_num=4, 5&amp;#039;, &amp;#039;4th and 5th episodes of WandaVision&amp;#039;},&lt;br /&gt;
    }, {nowiki=1})&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p:test_2_1_multi_part_episode_live()&lt;br /&gt;
	self:preprocess_equals_many(&amp;#039;{{#invoke:Television episode short description|getShortDescription|test=yes|series_name=Lost|season_num=3|&amp;#039;, &amp;#039;}}&amp;#039;, {&lt;br /&gt;
		{&amp;#039;episode_num=22 and 23&amp;#039;, &amp;#039;22nd and 23rd episodes of the third season of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;episode_num=22 / 23&amp;#039;, &amp;#039;22nd and 23rd episodes of the third season of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;episode_num=22, 23&amp;#039;, &amp;#039;22nd and 23rd episodes of the third season of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;episode_num=22 &amp;amp; 23&amp;#039;, &amp;#039;22nd and 23rd episodes of the third season of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;episode_num=22 - 23&amp;#039;, &amp;#039;22nd and 23rd episodes of the third season of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;episode_num=22 - 23&amp;#039;, &amp;#039;22nd and 23rd episodes of the third season of Lost&amp;#039;},&lt;br /&gt;
    }, {nowiki=1})&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p:test_2_2_multi_part_episode_sandbox()&lt;br /&gt;
	self:preprocess_equals_many(&amp;#039;{{#invoke:Television episode short description/sandbox|getShortDescription|test=yes|series_name=Lost|season_num=3|&amp;#039;, &amp;#039;}}&amp;#039;, {&lt;br /&gt;
		{&amp;#039;episode_num=22 and 23&amp;#039;, &amp;#039;22nd and 23rd episodes of the third season of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;episode_num=22 / 23&amp;#039;, &amp;#039;22nd and 23rd episodes of the third season of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;episode_num=22, 23&amp;#039;, &amp;#039;22nd and 23rd episodes of the third season of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;episode_num=22 &amp;amp; 23&amp;#039;, &amp;#039;22nd and 23rd episodes of the third season of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;episode_num=22 - 23&amp;#039;, &amp;#039;22nd and 23rd episodes of the third season of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;episode_num=22 - 23&amp;#039;, &amp;#039;22nd and 23rd episodes of the third season of Lost&amp;#039;},&lt;br /&gt;
    }, {nowiki=1})&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p:test_3_1_uk_style_live()&lt;br /&gt;
	self:preprocess_equals_many(&amp;#039;{{#invoke:Television episode short description|getShortDescription|test=yes|series_name=The Office|season_num_uk=2|&amp;#039;, &amp;#039;}}&amp;#039;, {&lt;br /&gt;
		{&amp;#039;&amp;#039;, &amp;#039;Episode of the second series of The Office&amp;#039;},		&lt;br /&gt;
		{&amp;#039;episode_num=4&amp;#039;, &amp;#039;4th episode of the second series of The Office&amp;#039;},&lt;br /&gt;
		{&amp;#039;episode_num=4 and 5&amp;#039;, &amp;#039;4th and 5th episodes of the second series of The Office&amp;#039;},&lt;br /&gt;
    }, {nowiki=1})&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p:test_3_1_uk_style_sandbox()&lt;br /&gt;
	self:preprocess_equals_many(&amp;#039;{{#invoke:Television episode short description/sandbox|getShortDescription|test=yes|series_name=The Office|season_num_uk=2|&amp;#039;, &amp;#039;}}&amp;#039;, {&lt;br /&gt;
		{&amp;#039;&amp;#039;, &amp;#039;Episode of the second series of The Office&amp;#039;},		&lt;br /&gt;
		{&amp;#039;episode_num=4&amp;#039;, &amp;#039;4th episode of the second series of The Office&amp;#039;},&lt;br /&gt;
		{&amp;#039;episode_num=4 and 5&amp;#039;, &amp;#039;4th and 5th episodes of the second series of The Office&amp;#039;},&lt;br /&gt;
    }, {nowiki=1})&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p:test_4_1_link_test_live()&lt;br /&gt;
	self:preprocess_equals_many(&amp;#039;{{#invoke:Television episode short description|getShortDescription|test=yes|&amp;#039;, &amp;#039;}}&amp;#039;, {&lt;br /&gt;
		{&amp;#039;series_name=[[Lost]]&amp;#039;, &amp;#039;Episode of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=[[Firefly (TV series)|Firefly]]|season_num=1|episode_num=1&amp;#039;, &amp;#039;1st episode of the first season of Firefly&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=[[Randall and Hopkirk (Deceased)]]|season_num=1|episode_num=1|not_dab=yes&amp;#039;, &amp;#039;1st episode of the first season of Randall and Hopkirk (Deceased)&amp;#039;},&lt;br /&gt;
    }, {nowiki=1})&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p:test_4_2_link_test_sandbox()&lt;br /&gt;
	self:preprocess_equals_many(&amp;#039;{{#invoke:Television episode short description/sandbox|getShortDescription|test=yes|&amp;#039;, &amp;#039;}}&amp;#039;, {&lt;br /&gt;
		{&amp;#039;series_name=[[Lost]]&amp;#039;, &amp;#039;Episode of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=[[Firefly (TV series)|Firefly]]|season_num=1|episode_num=1&amp;#039;, &amp;#039;1st episode of the first season of Firefly&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=[[Randall and Hopkirk (Deceased)]]|season_num=1|episode_num=1|not_dab=yes&amp;#039;, &amp;#039;1st episode of the first season of Randall and Hopkirk (Deceased)&amp;#039;},&lt;br /&gt;
    }, {nowiki=1})&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p:test_5_1_decimal_numbers_live()&lt;br /&gt;
	self:preprocess_equals_many(&amp;#039;{{#invoke:Television episode short description|getShortDescription|test=yes|series_name=Lost|&amp;#039;, &amp;#039;}}&amp;#039;, {		&lt;br /&gt;
		{&amp;#039;season_num=3|episode_num=1.2&amp;#039;, &amp;#039;1st episode of the third season of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;season_num=3|episode_num=113.22&amp;#039;, &amp;#039;113th episode of the third season of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;season_num=1.2|episode_num=1.2&amp;#039;, &amp;#039;1st episode of the first season of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;season_num=3|episode_num=22.1, 23.1&amp;#039;, &amp;#039;22nd and 23rd episodes of the third season of Lost&amp;#039;},&lt;br /&gt;
    }, {nowiki=1})&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p:test_5_2_decimal_numbers_sandbox()&lt;br /&gt;
	self:preprocess_equals_many(&amp;#039;{{#invoke:Television episode short description/sandbox|getShortDescription|test=yes|series_name=Lost|&amp;#039;, &amp;#039;}}&amp;#039;, {		&lt;br /&gt;
		{&amp;#039;season_num=3|episode_num=1.2&amp;#039;, &amp;#039;1st episode of the third season of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;season_num=3|episode_num=113.22&amp;#039;, &amp;#039;113th episode of the third season of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;season_num=1.2|episode_num=1.2&amp;#039;, &amp;#039;1st episode of the first season of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;season_num=3|episode_num=22.1, 23.1&amp;#039;, &amp;#039;22nd and 23rd episodes of the third season of Lost&amp;#039;},&lt;br /&gt;
    }, {nowiki=1})&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p:test_6_1_invalid_characters_episode_live()&lt;br /&gt;
	self:preprocess_equals_many(&amp;#039;{{#invoke:Television episode short description|getShortDescription|test=yes|series_name=Lost|season_num=3|&amp;#039;, &amp;#039;}}&amp;#039;, {			&lt;br /&gt;
		{&amp;#039;episode_num=14&amp;lt;ref&amp;gt;Episode test&amp;lt;/ref&amp;gt;&amp;#039;, &amp;#039;14th episode of the third season of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;episode_num=[[14]]&amp;#039;, &amp;#039;14th episode of the third season of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;episode_num=[[test|14]]&amp;#039;, &amp;#039;14th episode of the third season of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;episode_num=&amp;lt;ref&amp;gt;{{cite web |url=http://www.bcdb.com/cartoon/91394-Tricks_And_Treats.html | title=Test ref: season num}} Episode Profile&amp;lt;/ref&amp;gt;&amp;#039;, &amp;#039;Episode of the third season of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;episode_num=[http://www.bcdb.com/cartoon/11394-Tricks_And_Treats.html]&amp;#039;, &amp;#039;Episode of the third season of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;episode_num={{ref|Five|5}}&amp;#039;, &amp;#039;Episode of the third season of Lost&amp;#039;},&lt;br /&gt;
    }, {nowiki=1})&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p:test_6_2_invalid_characters_episode_sandbox()&lt;br /&gt;
	self:preprocess_equals_many(&amp;#039;{{#invoke:Television episode short description/sandbox|getShortDescription|test=yes|series_name=Lost|season_num=3|&amp;#039;, &amp;#039;}}&amp;#039;, {			&lt;br /&gt;
		{&amp;#039;episode_num=14&amp;lt;ref&amp;gt;Episode test&amp;lt;/ref&amp;gt;&amp;#039;, &amp;#039;14th episode of the third season of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;episode_num=[[14]]&amp;#039;, &amp;#039;14th episode of the third season of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;episode_num=[[test|14]]&amp;#039;, &amp;#039;14th episode of the third season of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;episode_num=&amp;lt;ref&amp;gt;{{cite web |url=http://www.bcdb.com/cartoon/91394-Tricks_And_Treats.html | title=Test ref: season num}} Episode Profile&amp;lt;/ref&amp;gt;&amp;#039;, &amp;#039;Episode of the third season of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;episode_num=[http://www.bcdb.com/cartoon/11394-Tricks_And_Treats.html]&amp;#039;, &amp;#039;Episode of the third season of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;episode_num={{ref|Five|5}}&amp;#039;, &amp;#039;Episode of the third season of Lost&amp;#039;},&lt;br /&gt;
    }, {nowiki=1})&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p:test_7_1_invalid_characters_season_live()&lt;br /&gt;
	self:preprocess_equals_many(&amp;#039;{{#invoke:Television episode short description|getShortDescription|test=yes|series_name=Lost|episode_num=14|&amp;#039;, &amp;#039;}}&amp;#039;, {	&lt;br /&gt;
		{&amp;#039;season_num=[[3]]&amp;#039;, &amp;#039;14th episode of the third season of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;season_num=[[test|3]]&amp;#039;, &amp;#039;14th episode of the third season of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;season_num=&amp;lt;ref&amp;gt;{{cite web |url=http://www.bcdb.com/cartoon/11394-Tricks_And_Treats.html | title=Test ref: season num}} Episode Profile&amp;lt;/ref&amp;gt;&amp;#039;, &amp;#039;Episode of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;season_num=[http://www.bcdb.com/cartoon/11394-Tricks_And_Treats.html]&amp;#039;, &amp;#039;Episode of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;season_num={{ref|Five|5}}&amp;#039;, &amp;#039;Episode of Lost&amp;#039;},&lt;br /&gt;
    }, {nowiki=1})&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p:test_7_2_invalid_characters_season_sandbox()&lt;br /&gt;
	self:preprocess_equals_many(&amp;#039;{{#invoke:Television episode short description/sandbox|getShortDescription|test=yes|series_name=Lost|episode_num=14|&amp;#039;, &amp;#039;}}&amp;#039;, {	&lt;br /&gt;
		{&amp;#039;season_num=[[3]]&amp;#039;, &amp;#039;14th episode of the third season of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;season_num=[[test|3]]&amp;#039;, &amp;#039;14th episode of the third season of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;season_num=&amp;lt;ref&amp;gt;{{cite web |url=http://www.bcdb.com/cartoon/11394-Tricks_And_Treats.html | title=Test ref: season num}} Episode Profile&amp;lt;/ref&amp;gt;&amp;#039;, &amp;#039;Episode of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;season_num=[http://www.bcdb.com/cartoon/11394-Tricks_And_Treats.html]&amp;#039;, &amp;#039;Episode of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;season_num={{ref|Five|5}}&amp;#039;, &amp;#039;Episode of Lost&amp;#039;},&lt;br /&gt;
    }, {nowiki=1})&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p:test_8_1_invalid_characters_series_live()&lt;br /&gt;
	self:preprocess_equals_many(&amp;#039;{{#invoke:Television episode short description|getShortDescription|test=yes|season_num=3|episode_num=14|&amp;#039;, &amp;#039;}}&amp;#039;, {	&lt;br /&gt;
		{&amp;#039;series_name=Lost{{ref|Alpha|α}}&amp;#039;, &amp;#039;14th episode of the third season of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name={{ref|Alpha|α}}&amp;#039;, &amp;#039;Television episode&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=Lost&amp;lt;ref name=&amp;quot;Episode title test&amp;quot;&amp;gt;{{cite web|url=http://www.Wikipedia.org|title=Wikipedia}}&amp;lt;/ref&amp;gt;&amp;#039;, &amp;#039;14th episode of the third season of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=Lost[http://www.Wikipedia.org]&amp;#039;, &amp;#039;14th episode of the third season of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=[http://www.Wikipedia.org]&amp;#039;, &amp;#039;Television episode&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=[http://www.Wikipedia.org]&amp;#039;, &amp;#039;Television episode&amp;#039;}&lt;br /&gt;
    }, {nowiki=1})&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p:test_8_2_invalid_characters_series_sandbox()&lt;br /&gt;
	self:preprocess_equals_many(&amp;#039;{{#invoke:Television episode short description/sandbox|getShortDescription|test=yes|season_num=3|episode_num=14|&amp;#039;, &amp;#039;}}&amp;#039;, {	&lt;br /&gt;
		{&amp;#039;series_name=Lost{{ref|Alpha|α}}&amp;#039;, &amp;#039;14th episode of the third season of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name={{ref|Alpha|α}}&amp;#039;, &amp;#039;Television episode&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=Lost&amp;lt;ref name=&amp;quot;Episode title test&amp;quot;&amp;gt;{{cite web|url=http://www.Wikipedia.org|title=Wikipedia}}&amp;lt;/ref&amp;gt;&amp;#039;, &amp;#039;14th episode of the third season of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=Lost[http://www.Wikipedia.org]&amp;#039;, &amp;#039;14th episode of the third season of Lost&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=[http://www.Wikipedia.org]&amp;#039;, &amp;#039;Television episode&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=[http://www.Wikipedia.org]&amp;#039;, &amp;#039;Television episode&amp;#039;}&lt;br /&gt;
    }, {nowiki=1})&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p:test_9_1_categories_live()&lt;br /&gt;
	self:preprocess_equals_many(&amp;#039;{{#invoke:Television episode short description|test|test=cat|&amp;#039;, &amp;#039;}}&amp;#039;, {&lt;br /&gt;
		{&amp;#039;&amp;#039;, &amp;#039;[[Category:Television episode articles with short description with no series name|Television episode short description/testcases]]&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=Lost&amp;#039;, &amp;#039;[[Category:Television episode articles with short description with no season number|Television episode short description/testcases]]&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=Lost|season_num=1&amp;#039;, &amp;#039;[[Category:Television episode articles with short description with no episode number|Television episode short description/testcases]]&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=Lost|season_num=5|episode_num=4&amp;#039;, &amp;#039;[[Category:Television episode articles with short description for single episodes|Television episode short description/testcases]]&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=Lost|season_num=3|episode_num=22 and 23&amp;#039;, &amp;#039;[[Category:Television episode articles with short description for multi-part episodes|Television episode short description/testcases]]&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=Lost|season_num=3|episode_num=22 and 23&amp;#039;, &amp;#039;[[Category:Television episode articles with short description for multi-part episodes|Television episode short description/testcases]]&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=Lost|season_num=3|episode_num=22 and 23&amp;#039;, &amp;#039;[[Category:Television episode articles with short description for multi-part episodes|Television episode short description/testcases]]&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=Lost|season_num=3|episode_num=22 and 23&amp;#039;, &amp;#039;[[Category:Television episode articles with short description for multi-part episodes|Television episode short description/testcases]]&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=Lost|season_num=3|special=yes|episode_num=22&amp;#039;, &amp;#039;[[Category:Television episode articles with short description for single episodes|Television episode short description/testcases]]&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=Lost|season_num=3|limited=yes|episode_num=22&amp;#039;, &amp;#039;[[Category:Television episode articles with short description for single episodes|Television episode short description/testcases]]&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=Lost|season_num=3|limited=yes|episode_num=22 and 23&amp;#039;, &amp;#039;[[Category:Television episode articles with short description for multi-part episodes|Television episode short description/testcases]]&amp;#039;},&lt;br /&gt;
    }, {nowiki=1})&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p:test_9_2_categories_sandbox()&lt;br /&gt;
	self:preprocess_equals_many(&amp;#039;{{#invoke:Television episode short description/sandbox|test|test=cat|&amp;#039;, &amp;#039;}}&amp;#039;, {&lt;br /&gt;
		{&amp;#039;&amp;#039;, &amp;#039;[[Category:Television episode articles with short description with no series name|Television episode short description/testcases]]&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=Lost&amp;#039;, &amp;#039;[[Category:Television episode articles with short description with no season number|Television episode short description/testcases]]&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=Lost|season_num=1&amp;#039;, &amp;#039;[[Category:Television episode articles with short description with no episode number|Television episode short description/testcases]]&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=Lost|season_num=5|episode_num=4&amp;#039;, &amp;#039;[[Category:Television episode articles with short description for single episodes|Television episode short description/testcases]]&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=Lost|season_num=3|episode_num=22 and 23&amp;#039;, &amp;#039;[[Category:Television episode articles with short description for multi-part episodes|Television episode short description/testcases]]&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=Lost|season_num=3|episode_num=22 and 23&amp;#039;, &amp;#039;[[Category:Television episode articles with short description for multi-part episodes|Television episode short description/testcases]]&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=Lost|season_num=3|episode_num=22 and 23&amp;#039;, &amp;#039;[[Category:Television episode articles with short description for multi-part episodes|Television episode short description/testcases]]&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=Lost|season_num=3|episode_num=22 and 23&amp;#039;, &amp;#039;[[Category:Television episode articles with short description for multi-part episodes|Television episode short description/testcases]]&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=Lost|season_num=3|special=yes|episode_num=22&amp;#039;, &amp;#039;[[Category:Television episode articles with short description for single episodes|Television episode short description/testcases]]&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=Lost|season_num=3|limited=yes|episode_num=22&amp;#039;, &amp;#039;[[Category:Television episode articles with short description for single episodes|Television episode short description/testcases]]&amp;#039;},&lt;br /&gt;
		{&amp;#039;series_name=Lost|season_num=3|limited=yes|episode_num=22 and 23&amp;#039;, &amp;#039;[[Category:Television episode articles with short description for multi-part episodes|Television episode short description/testcases]]&amp;#039;},&lt;br /&gt;
    }, {nowiki=1})&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>imported&gt;Gonnym</name></author>
	</entry>
</feed>