Update RuleAnalyzer.kt

pull/1104/head
bushixuanqi 3 years ago committed by GitHub
parent 8d957e2ce2
commit d55b264db0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/src/main/java/io/legado/app/model/analyzeRule/RuleAnalyzer.kt

@ -256,6 +256,7 @@ class RuleAnalyzer(data: String) {
return if(depth > 0 || otherDepth > 0) { return if(depth > 0 || otherDepth > 0) {
pos = start //匹配失败,位置回退 pos = start //匹配失败,位置回退
false
} else true } else true
} }

Loading…
Cancel
Save