소스 검색

improve test

nHigashiWeseek 1 년 전
부모
커밋
ea0da7d9ff
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      packages/markdown-splitter/test/index.spec.ts

+ 5 - 1
packages/markdown-splitter/test/index.spec.ts

@@ -609,14 +609,18 @@ This is another paragraph under header 1-1-1-1. It should be grouped with the co
 
 Here is some content under header 2. This section should also be sufficiently long to ensure that the token count threshold is reached in the test.
 
+## Header 2-1
+
 ${repeatedText}
 
-### Header 2-1
+${repeatedText}
 
 Another sub-header under header 2 with text for testing chunking behavior. This is a fairly lengthy paragraph as well.
 
 We now have a fourth-level sub-header under header 2-1. This ensures that the chunking logic can handle deeply nested content.
 
+### Header 2-1-1
+
 Here is another paragraph under header 2-1-1. This paragraph is part of a more deeply nested section.
 
 # Header 3