Skip to content

Commit

Permalink
fix: test_outputfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MapoMagpie committed Oct 26, 2024
1 parent 12aaf56 commit c6df125
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions dict/output_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,6 @@ name: xkjd6.whatever
...
早早 zaozao
测试 ceshi
`
content1_want4 := `
---
name: xkjd6.whatever
...
早早 zaozao
`
tests := []struct {
fe *FileEntries
Expand Down Expand Up @@ -151,7 +145,7 @@ name: xkjd6.whatever
fmt.Println("---------------")
return fe
}(),
want: content1_want4,
want: content1_want2,
shouldChanged: false,
filename: "./tmp/test_outputfile5.yaml",
},
Expand Down

0 comments on commit c6df125

Please sign in to comment.