We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d36e7e commit a05a1b5Copy full SHA for a05a1b5
src/main/kotlin/ReflectHighlight.kt
@@ -26,7 +26,7 @@ class ReflectHighlight(private val reqRes: HttpMessage, private val tokens: List
26
reqRes,
27
SearchMatch.Location.RESPONSE_BODY,
28
matchResult.range.first,
29
- matchResult.range.last
+ matchResult.range.last + 1
30
)
31
}
32
0 commit comments