We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93a220b commit 7ece5c3Copy full SHA for 7ece5c3
Sources/_StringProcessing/Engine/MEQuantify.swift
@@ -130,7 +130,7 @@ extension Processor {
130
return false
131
}
132
if let savePointRange {
133
- assert(!produceSavePointRange)
+ assert(produceSavePointRange)
134
savePoints.append(makeQuantifiedSavePoint(
135
savePointRange, isScalarSemantics: payload.isScalarSemantics))
136
0 commit comments