This commit is contained in:
harshbansal7 2026-02-19 02:28:44 +05:30
parent f7ec89d82d
commit b122abd30f

View file

@ -80,11 +80,11 @@ func TestExtractFrontmatter(t *testing.T) {
sl := &SkillsLoader{} sl := &SkillsLoader{}
testcases := []struct { testcases := []struct {
name string name string
content string content string
expectedName string expectedName string
expectedDesc string expectedDesc string
lineEndingType string lineEndingType string
}{ }{
{ {
name: "unix-line-endings", name: "unix-line-endings",