This commit is contained in:
harshbansal7
2026-02-19 02:28:44 +05:30
parent f7ec89d82d
commit b122abd30f
+5 -5
View File
@@ -80,11 +80,11 @@ func TestExtractFrontmatter(t *testing.T) {
sl := &SkillsLoader{}
testcases := []struct {
name string
content string
expectedName string
expectedDesc string
lineEndingType string
name string
content string
expectedName string
expectedDesc string
lineEndingType string
}{
{
name: "unix-line-endings",