Files
ragflow/internal/parser
xugangqiang 1e39d24540 refactor(parser): move default delimiter consts to non-test delimiter.go
DefaultTextCodeDelimiter and DefaultMarkdownDelimiter are shared by both
the production parsers and the alignment tests. They previously lived in
align_test.go (a _test.go file), so production text_parser.go had to keep
a private duplicate that could drift silently. Move them to a non-test
delimiter.go as the single source of truth.
2026-08-11 17:17:26 +08:00
..