Files
ragflow/internal
xugangqiang f8688b17e9 refactor(parser): reuse shared DefaultTextCodeDelimiter; add adjacent-delimiter test
- text_parser.go now uses the shared DefaultTextCodeDelimiter from
  delimiter.go instead of a private duplicate that could drift silently.
- Fix the golden-regeneration comment: no generator script is committed;
  the baseline is reproducible from the golden's meta block.
- Add TestTextParser_AdjacentDelimiters pinning the documented adjacent-
  delimiter behavior (Go drops the standalone second delimiter) so a
  future silent change in splitCapturingDelims is caught.
2026-08-11 17:18:17 +08:00
..
2026-08-11 11:54:57 +08:00
2026-08-10 18:04:17 +08:00
2026-08-11 16:18:49 +08:00
2026-08-10 20:49:32 +08:00
2026-07-27 10:20:16 +08:00
2026-08-05 22:05:07 +08:00