Files
ragflow/internal
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
..
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