Module:Annotated link/testcases: Difference between revisions

Content deleted Content added
more lang tests
derp
Line 205:
 
function p:test__link_lang_en()
self:preprocess_equals('{{#invoke:AnnotatedLink|main|name=User:Fred Gandt/sandbox/no explicit short description|link_lang=en}}', "[[:User:Fred Gandt/sandbox/no explicit short description|User:Fred Gandt/sandbox/explicit short description]]")
end
 
function p:test__link_lang_fr()
self:preprocess_equals('{{#invoke:AnnotatedLink|main|name=User:Fred Gandt/sandbox/no explicit short description|link_lang=fr}}', '<span title="French-language text"><i lang="fr">[[:User:Fred Gandt/sandbox/no explicit short description|User:Fred Gandt/sandbox/explicit short description]]</i></span>', { nowiki = 1 })
end
 
Line 215:
 
function p:test__display__link_lang_fr()
self:preprocess_equals('{{#invoke:AnnotatedLink|main|name=User:Fred Gandt/sandbox/no explicit short description|display=Test page|link_lang=fr}}', '<span title="French-language text"><i lang="fr">[[:User:Fred Gandt/sandbox/no explicit short description|Test page]]</i></span>', { nowiki = 1 })
end
 
Line 221:
 
function p:test__quote__link_lang_fr()
self:preprocess_equals('{{#invoke:AnnotatedLink|main|name=User:Fred Gandt/sandbox/no explicit short description|quote=yes|link_lang=fr}}', '"<span title="French-language text"><i lang="fr">[[:User:Fred Gandt/sandbox/explicit short description|User:Fred Gandt/sandbox/no explicit short description]]</i></span>"', { nowiki = 1 })
end
 
Line 227:
 
function p:test__aka__aka_lang_ja()
self:preprocess_equals("{{#invoke:AnnotatedLink|main|name=User:Fred Gandt/sandbox/no explicit short description|aka=フレッドのテストページ|aka_lang=ja}}", '[[:User:Fred Gandt/sandbox/explicit short description|User:Fred Gandt/sandbox/no explicit short description]], also known as <span title="Japanese-language text"><i lang="ja">フレッドのテストページ</i></span>', { nowiki = 1 })
end
 
Line 233:
 
function p:test__wedge__wedge_lang_ja()
self:preprocess_equals("{{#invoke:AnnotatedLink|main|name=User:Fred Gandt/sandbox/no explicit short description|wedge=フレッドのテストページ|wedge_lang=ja}}", '[[:User:Fred Gandt/sandbox/explicit short description|User:Fred Gandt/sandbox/no explicit short description]], <span title="Japanese-language text"><i lang="ja">フレッドのテストページ</i></span>', { nowiki = 1 })
end