Skip to content

Commit

Permalink
column space test
Browse files Browse the repository at this point in the history
  • Loading branch information
fish-tennis committed Dec 6, 2024
1 parent f91ba95 commit c82dcd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csv_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ var (

func TestReadCsvFromDataProto(t *testing.T) {
rows := [][]string{
{"CfgId", "Name", "Detail", "Unique", "unknownColumnTest"},
{"CfgId ", " Name ", "Detail", "Unique", "unknownColumnTest"},
{"1", "普通物品1", "普通物品1详细信息", "false", "123"},
{"2", "普通物品2", "普通物品2详细信息", "false", "test"},
{"3", "装备3", "装备3详细信息", "true", ""},
Expand Down

0 comments on commit c82dcd4

Please sign in to comment.