Modify PathConfig.PathSlice method and add tests

This commit is contained in:
Jingfang Liu
2018-09-27 14:02:52 -07:00
parent 19197a490e
commit d8b27ef8fe
8 changed files with 106 additions and 6 deletions

View File

@@ -32,5 +32,5 @@ func GetDefaultPathConfigs() []byte {
[]byte(varReferencePathConfigs),
[]byte(nameReferencePathConfigs),
}
return bytes.Join(configData, []byte(`\n`))
return bytes.Join(configData, []byte("\n"))
}