Fix indent of line comment
Change-Id: Iff689d700a4891ffae647d0d9ee2d0d486a9eafe
This commit is contained in:
parent
003af60ae6
commit
ce77d66ac6
2 changed files with 5 additions and 5 deletions
|
|
@ -37,8 +37,8 @@ class KuConverter extends LanguageConverterSpecific {
|
|||
'م' => 'm', 'ن' => 'n', 'پ' => 'p', 'ق' => 'q', 'ر' => 'r', 'س' => 's', 'ش' => 'ş',
|
||||
'ت' => 't', 'ڤ' => 'v', 'خ' => 'x', 'غ' => 'x', 'ز' => 'z',
|
||||
|
||||
// ک و => ku -- ist richtig
|
||||
// و ك=> ku -- ist auch richtig
|
||||
// ک و => ku -- ist richtig
|
||||
// و ك=> ku -- ist auch richtig
|
||||
|
||||
/* Doppel- und Halbvokale */
|
||||
'ڵ' => 'll', # ll
|
||||
|
|
|
|||
|
|
@ -39,10 +39,10 @@ class SearchNearMatcherTest extends MediaWikiIntegrationTestCase {
|
|||
'check language with variants direct' => [ 'Near', 'tg', 'near', 'Near' ],
|
||||
'check language with variants converted' => [ 'Near', 'tg', 'неар', 'Near' ],
|
||||
'no matching' => [ null, 'en', 'near match test', 'Far Match Test' ],
|
||||
// Special cases: files
|
||||
// Special cases: files
|
||||
'file ok' => [ 'File:Example.svg', 'en', 'File:Example.svg', 'File:Example.svg' ],
|
||||
'file not ok' => [ null, 'en', 'File:Example_s.svg', 'File:Example.svg' ],
|
||||
// Special cases: users
|
||||
// Special cases: users
|
||||
'user ok' => [ 'User:Superuser', 'en', 'User:Superuser', 'User:Superuser' ],
|
||||
'user ok even if no user' => [
|
||||
'User:SuperuserNew', 'en', 'User:SuperuserNew', 'User:Superuser'
|
||||
|
|
@ -50,7 +50,7 @@ class SearchNearMatcherTest extends MediaWikiIntegrationTestCase {
|
|||
'user search use by IP' => [
|
||||
'Special:Contributions/132.17.48.1', 'en', 'User:132.17.48.1', 'User:Superuser', true,
|
||||
],
|
||||
// Special cases: other content types
|
||||
// Special cases: other content types
|
||||
'mediawiki ok even if no page' => [
|
||||
'MediaWiki:Add New Page', 'en', 'MediaWiki:Add New Page', 'MediaWiki:Add Old Page'
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue