mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-16 13:36:14 +08:00
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.