Browse Source

improve test

nHigashiWeseek 1 năm trước cách đây
mục cha
commit
ea0da7d9ff
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  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