<?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%3ALang%2Fdocumentor_tool%2Ftestcases</id>
	<title>Module:Lang/documentor tool/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%3ALang%2Fdocumentor_tool%2Ftestcases"/>
	<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Lang/documentor_tool/testcases&amp;action=history"/>
	<updated>2026-04-18T23:16:59Z</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:Lang/documentor_tool/testcases&amp;diff=137154&amp;oldid=prev</id>
		<title>imported&gt;Gonnym at 11:40, 3 November 2020</title>
		<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Lang/documentor_tool/testcases&amp;diff=137154&amp;oldid=prev"/>
		<updated>2020-11-03T11:40:12Z</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:Lang/documentor tool]]. Click talk page to run tests.&lt;br /&gt;
local p = require(&amp;#039;Module:UnitTests&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
function p:test_01_non_english_language_text_category_valid()&lt;br /&gt;
	self:preprocess_equals_preprocess_many(&amp;#039;{{#invoke:Lang/documentor_tool/sandbox|non_english_language_text_category|&amp;#039;, &amp;#039;}}&amp;#039;, &amp;#039;{{#invoke:Lang/documentor_tool|non_english_language_text_category|&amp;#039;, &amp;#039;}}&amp;#039;,&lt;br /&gt;
		{&lt;br /&gt;
			{&amp;#039;test=Category:Articles containing German-language text&amp;#039;},&lt;br /&gt;
			{&amp;#039;test=Category:Articles with text in Berber languages&amp;#039;},&lt;br /&gt;
			{&amp;#039;test=Category:Articles containing explicitly cited English-language text&amp;#039;},&lt;br /&gt;
		}, {stripmarker=true})&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
function p:test_02_non_english_language_text_category_optional_parameters()&lt;br /&gt;
	self:preprocess_equals_preprocess_many(&amp;#039;{{#invoke:Lang/documentor_tool/sandbox|non_english_language_text_category|&amp;#039;, &amp;#039;}}&amp;#039;, &amp;#039;{{#invoke:Lang/documentor_tool|non_english_language_text_category|&amp;#039;, &amp;#039;}}&amp;#039;,&lt;br /&gt;
		{&lt;br /&gt;
			{&amp;#039;test=Category:Articles containing German-language text|script=Ogham&amp;#039;},&lt;br /&gt;
			{&amp;#039;test=Category:Articles containing German-language text|example=test example text&amp;#039;},&lt;br /&gt;
			{&amp;#039;test=Category:Articles containing German-language text|script=Ogham|example=test example text&amp;#039;},&lt;br /&gt;
		}, {stripmarker=true})&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
function p:test_03_non_english_language_text_category_errors()&lt;br /&gt;
	self:preprocess_equals_preprocess_many(&amp;#039;{{#invoke:Lang/documentor_tool/sandbox|non_english_language_text_category|nocat=yes|&amp;#039;, &amp;#039;}}&amp;#039;, &amp;#039;{{#invoke:Lang/documentor_tool|non_english_language_text_category|nocat=yes|&amp;#039;, &amp;#039;}}&amp;#039;,&lt;br /&gt;
		{&lt;br /&gt;
			{&amp;#039;test=Category:Articles with text in Artificial languages&amp;#039;},&lt;br /&gt;
			{&amp;#039;test=Category:Articles with text from the South Slavic languages collective&amp;#039;},&lt;br /&gt;
		}, {stripmarker=true})&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
function p:test_04_non_english_language_sources_category_valid()&lt;br /&gt;
	self:preprocess_equals_preprocess_many(&amp;#039;{{#invoke:Lang/documentor_tool/sandbox|non_english_language_sources_category|&amp;#039;, &amp;#039;}}&amp;#039;, &amp;#039;{{#invoke:Lang/documentor_tool|non_english_language_sources_category|&amp;#039;, &amp;#039;}}&amp;#039;,&lt;br /&gt;
		{&lt;br /&gt;
			{&amp;#039;test=Category:Articles with German-language sources (de)&amp;#039;},&lt;br /&gt;
			{&amp;#039;test=Category:Articles with Berber languages-collective sources (ber)&amp;#039;},&lt;br /&gt;
		}, {stripmarker=true})&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
function p:test_05_non_english_language_sources_category_errors()&lt;br /&gt;
	self:preprocess_equals_preprocess_many(&amp;#039;{{#invoke:Lang/documentor_tool/sandbox|non_english_language_sources_category|nocat=yes|&amp;#039;, &amp;#039;}}&amp;#039;, &amp;#039;{{#invoke:Lang/documentor_tool|non_english_language_sources_category|nocat=yes|&amp;#039;, &amp;#039;}}&amp;#039;,&lt;br /&gt;
		{&lt;br /&gt;
			{&amp;#039;test=Category:Articles with German-language sources (gem)&amp;#039;},&lt;br /&gt;
			{&amp;#039;test=Category:Articles with Germanic languages-collective sources (zzzz)&amp;#039;},&lt;br /&gt;
		}, {stripmarker=true})&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>