r95344 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95343‎ | r95344 | r95345 >
Date:22:20, 23 August 2011
Author:wikinaut
Status:ok
Tags:
Comment:
follow up for r95341 , test case 025a corrected the expected result
Modified paths:
  • /trunk/phase3/tests/qunit/suites/resources/jquery/jquery.highlightText.test.js (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/qunit/suites/resources/jquery/jquery.highlightText.test.js
@@ -158,10 +158,10 @@
159159 expected: '<span class="highlight">«</span> <span class="highlight">L\'oise</span>au est sur l’île »'
160160 },
161161 {
162 - desc: 'Test 025a: fr French text and « french quotes » (guillemets) (fails)',
 162+ desc: 'Test 025a: fr French text and « french quotes » (guillemets) - does it match the single strings "«" and "L" separately?',
163163 text: "« L'oiseau est sur l’île »",
164164 highlight: "« L",
165 - expected: '<span class="highlight">«</span> <span class="highlight">L</span> \'oiseau est sur l’île »'
 165+ expected: '<span class="highlight">«</span> <span class="highlight">L</span>\'oiseau est sur <span class="highlight">l</span>’île »'
166166 },
167167 {
168168 desc: 'Test 026: ru Russian',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r95341test case for jquery.highlightText.js : test case 025a => failswikinaut22:03, 23 August 2011

Status & tagging log