fix
This commit is contained in:
parent
f7ec89d82d
commit
b122abd30f
1 changed files with 5 additions and 5 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue