fix: collate

This commit is contained in:
Jason Cameron
2025-07-26 20:34:04 -04:00
parent 291ed2a084
commit e51b4bd965
7 changed files with 280 additions and 248 deletions

View File

@@ -78,6 +78,12 @@ func TestDataFileConversion(t *testing.T) {
expectedFile: "complex.yaml",
options: TestOptions{format: "yaml", crawlDelayWeight: 5},
},
{
name: "consecutive_user_agents",
robotsFile: "consecutive.robots.txt",
expectedFile: "consecutive.yaml",
options: TestOptions{format: "yaml", crawlDelayWeight: 3},
},
}
for _, tc := range testCases {