unescape line marker description; try to fix flaky gutter test

This commit is contained in:
Dmitry.Krasilschikov
2017-07-20 17:30:26 +03:00
parent e66381ad2e
commit c4d3f235f1
@@ -224,7 +224,7 @@ public class ExpectedHighlightingData {
endOffset -= endTag.length();
LineMarkerInfo markerInfo = new LineMarkerInfo<PsiElement>(myFile, new TextRange(startOffset, endOffset), null, Pass.LINE_MARKERS,
new ConstantFunction<>(descr), null,
new ConstantFunction<>(StringUtil.unescapeStringCharacters(descr)), null,
GutterIconRenderer.Alignment.RIGHT);
myLineMarkerInfos.put(document.createRangeMarker(startOffset, endOffset), markerInfo);