mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
unescape line marker description; try to fix flaky gutter test
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user