-- Unit tests for . Click talk page to run tests.local p = require('Module:UnitTests')
function p:test_encyclopedia self:preprocess_equals_preprocess_many('', 'Encyclopedia: ',,)end
function p:test_news self:preprocess_equals_preprocess_many('', 'News: ',,)end
function p:test_journal self:preprocess_equals_preprocess_many('', '',,)end
function p:test_book self:preprocess_equals_preprocess_many('', 'Book: ',,)end
function p:test_web self:preprocess_equals_preprocess_many('', 'Web site: ',,)end
function p:test_citation self:preprocess_equals_preprocess_many('', '',,)end
function p:test_press self:preprocess_equals_preprocess_many('', '',,)end
return p