From c6df1256098a3dbc0d1334c39ed5c870d9dcf6ea Mon Sep 17 00:00:00 2001 From: MapoMagpie Date: Sat, 26 Oct 2024 23:18:02 +0800 Subject: [PATCH] fix: test_outputfile --- dict/output_test.go | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/dict/output_test.go b/dict/output_test.go index bd1454b..58212b1 100644 --- a/dict/output_test.go +++ b/dict/output_test.go @@ -64,12 +64,6 @@ name: xkjd6.whatever ... 早早 zaozao 测试 ceshi - ` - content1_want4 := ` ---- -name: xkjd6.whatever -... -早早 zaozao ` tests := []struct { fe *FileEntries @@ -151,7 +145,7 @@ name: xkjd6.whatever fmt.Println("---------------") return fe }(), - want: content1_want4, + want: content1_want2, shouldChanged: false, filename: "./tmp/test_outputfile5.yaml", },