Files
ragflow/internal
Jack 60df86bfa2 fix(go): unify children delimiter pattern with backtick-strip + rune order (#17926)
`compileChildrenPattern` re-implemented the delimiter-list compile
inline with two divergences from the shared
`CompileDelimiterListPattern`:

- It never stripped backticks, so a backtick-wrapped
`children_delimiter` like `` `###` `` matched the **literal wrapped
token** rather than the inner `###`.
- It sorted by **byte length** instead of rune count (`sortSlice`), so
multi-byte delimiters could be ordered incorrectly and a longer
delimiter could fail to win over a shorter prefix.
2026-08-06 16:10:30 +08:00
..
2026-08-06 12:33:09 +08:00
2026-08-06 12:33:09 +08:00
2026-08-03 21:30:01 +08:00
2026-07-27 10:20:16 +08:00
2026-08-03 17:39:47 +08:00
2026-08-05 22:05:07 +08:00