File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2047,7 +2047,7 @@ namespace FourSlash {
2047
2047
const actualText = this . rangeText ( ranges [ 0 ] ) ;
2048
2048
2049
2049
if ( this . removeWhitespace ( actualText ) !== this . removeWhitespace ( expectedText ) ) {
2050
- this . raiseError ( `Actual text doesn't match expected text. Actual: '${ actualText } ' Expected: '${ expectedText } '` ) ;
2050
+ this . raiseError ( `Actual text doesn't match expected text. Actual:\n '${ actualText } '\nExpected:\n '${ expectedText } '` ) ;
2051
2051
}
2052
2052
}
2053
2053
@@ -2084,7 +2084,7 @@ namespace FourSlash {
2084
2084
2085
2085
const actualContents : string = this . getFileContent ( fileName ) ;
2086
2086
if ( this . removeWhitespace ( actualContents ) !== this . removeWhitespace ( expectedContents ) ) {
2087
- this . raiseError ( `Actual text doesn't match expected text. Actual:\n${ actualContents } \n\nExpected:\n\n ${ expectedContents } ` ) ;
2087
+ this . raiseError ( `Actual text doesn't match expected text. Actual:\n${ actualContents } \n\nExpected:\n${ expectedContents } ` ) ;
2088
2088
}
2089
2089
}
2090
2090
You can’t perform that action at this time.
0 commit comments