@@ -12,7 +12,7 @@ describe('\'diffHtml\'', function () {
1212 removed : undefined
1313 } ] ;
1414
15- diffLoger . getDiffText ( inp , { charsAroundDiff : 20 } ) . must . be . equal ( '' ) ;
15+ diffLoger . getDiffText ( inp , { charsAroundDiff : 20 } ) . must . be . equal ( '' ) ;
1616 } ) ;
1717
1818 it ( 'must return a diff string' , function ( ) {
@@ -41,7 +41,7 @@ describe('\'diffHtml\'', function () {
4141
4242 out = '\n...\n' + 'texttexttexttexttext' . grey + '!' . inverse . green + 'Text' . grey + '!' . inverse . green + 'texttexttexttext' . grey ;
4343
44- diffLoger . getDiffText ( inp , { charsAroundDiff : 20 } ) . must . be . eql ( out ) ;
44+ diffLoger . getDiffText ( inp , { charsAroundDiff : 20 } ) . must . be . eql ( out ) ;
4545 } ) ;
4646
4747 it ( 'must consider negative value of \'charsAroundDiff\' option' , function ( ) {
@@ -51,7 +51,7 @@ describe('\'diffHtml\'', function () {
5151 removed : undefined
5252 } ] ;
5353
54- diffLoger . getDiffText ( inp , { charsAroundDiff : - 5 } ) . must . be . equal ( '' ) ;
54+ diffLoger . getDiffText ( inp , { charsAroundDiff : - 5 } ) . must . be . equal ( '' ) ;
5555 } ) ;
5656
5757
@@ -70,7 +70,7 @@ describe('\'diffHtml\'', function () {
7070
7171 out = '\n' + 'texttexttexttexttexttexttexttexttexttexttext' . inverse . green + 'ololoololoololoololoololoololoololoololoolol' . inverse . red ;
7272
73- diffLoger . getDiffText ( inp , { charsAroundDiff : 20 } ) . must . be . eql ( out ) ;
73+ diffLoger . getDiffText ( inp , { charsAroundDiff : 20 } ) . must . be . eql ( out ) ;
7474 } ) ;
7575
7676 it ( 'must return a diff on the beginning of the input' , function ( ) {
@@ -128,7 +128,7 @@ describe('\'diffHtml\'', function () {
128128
129129 out = '\n...\n' + 'texttexttexttexttext' . grey + 'text' . inverse . red + 'texttexttexttexttext' . grey + '\n...\n' + 'texttexttexttexttext' . grey + '!' . inverse . green + 'text' . grey + '!' . inverse . green + 'texttexttexttexttext' . grey ;
130130
131- diffLoger . getDiffText ( inp , { charsAroundDiff : 20 } ) . must . be . eql ( out ) ;
131+ diffLoger . getDiffText ( inp , { charsAroundDiff : 20 } ) . must . be . eql ( out ) ;
132132 } ) ;
133133
134134} ) ;
0 commit comments