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 @@ -182,8 +182,8 @@ var serializedStringPrefixRegexp = regexp.MustCompile(`s:(\d+):\\"`)
182182func fixLineWithSerializedData (linePart []byte , replacements []* Replacement ) (* SerializedReplaceResult , error ) {
183183
184184 // find starting point in the line
185- //TODO: We should first check if we found the string when inside a quote or not.
186- // but currently skipping that scenario because it seems unlikely to find it outside.
185+ // We're not checking if we found the serialized string prefix inside a quote or not.
186+ // Currently skipping that scenario because it seems unlikely to find it outside.
187187 match := serializedStringPrefixRegexp .FindSubmatchIndex (linePart )
188188 if match == nil {
189189 return & SerializedReplaceResult {
You can’t perform that action at this time.
0 commit comments