mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/InputBox
synced 2024-11-27 16:39:59 +00:00
Temporarily disable a broken parser test
The fix for this issue is in Ia72c960b2c7914342eb4d5e3e63f2d6af14719ad but we have to temporarily disable the test in order to break a cyclic dependency. Change-Id: I318c2fb8694c90efef07f1e2951c6d9aa6b3e82f
This commit is contained in:
parent
633566adcc
commit
8f992cf5ef
|
@ -231,10 +231,13 @@ tour=test
|
||||||
<div class="mw-inputbox-centered" style=""><form name="searchbox" class="searchbox" action="/wiki/Special:Search"><input class="mw-inputbox-input mw-searchInput searchboxInput mw-ui-input mw-ui-input-inline" name="search" placeholder="" size="50" dir="ltr" /><input type="hidden" value="test" name="tour" /><br /><input type="submit" name="go" class="mw-ui-button" value="Try exact match" /> <input type="submit" name="fulltext" class="mw-ui-button" value="Search full text" /></form></div>
|
<div class="mw-inputbox-centered" style=""><form name="searchbox" class="searchbox" action="/wiki/Special:Search"><input class="mw-inputbox-input mw-searchInput searchboxInput mw-ui-input mw-ui-input-inline" name="search" placeholder="" size="50" dir="ltr" /><input type="hidden" value="test" name="tour" /><br /><input type="submit" name="go" class="mw-ui-button" value="Try exact match" /> <input type="submit" name="fulltext" class="mw-ui-button" value="Search full text" /></form></div>
|
||||||
!! end
|
!! end
|
||||||
|
|
||||||
|
# XXX This test is broken: note that the UX text is in sr-Cyrl but the
|
||||||
|
# variant requested was sr-Latn
|
||||||
!! test
|
!! test
|
||||||
InputBox langconvert
|
InputBox langconvert
|
||||||
!! options
|
!! options
|
||||||
language=sr variant=sr-Latn
|
language=sr variant=sr-Latn
|
||||||
|
disabled
|
||||||
!! wikitext
|
!! wikitext
|
||||||
<inputbox>
|
<inputbox>
|
||||||
type=create
|
type=create
|
||||||
|
|
Loading…
Reference in a new issue