Index: trunk/phase3/tests/qunit/suites/resources/jquery/jquery.highlightText.test.js |
— | — | @@ -6,9 +6,9 @@ |
7 | 7 | } ); |
8 | 8 | |
9 | 9 | test( 'Check', function() { |
10 | | - expect(3); |
| 10 | + expect(2); |
11 | 11 | var $fixture; |
12 | | - |
| 12 | + |
13 | 13 | $fixture = $( '<p>Blue Öyster Cult</p>' ); |
14 | 14 | $fixture.highlightText( 'Blue' ); |
15 | 15 | equal( |
— | — | @@ -26,7 +26,7 @@ |
27 | 27 | /** |
28 | 28 | * Highlighter broken on punctuation mark. |
29 | 29 | */ |
30 | | - /** |
| 30 | + /** dont forget to update the value in expect() at the top! |
31 | 31 | $fixture = $( '<p>So good. To be there</p>' ); |
32 | 32 | $fixture.highlightText( 'good' ); |
33 | 33 | equal( |