Code clean up

This commit is contained in:
NI
2022-04-15 18:42:16 +08:00
parent 0c3c4952fc
commit f884d7cf76
19 changed files with 46 additions and 66 deletions

View File

@@ -84,7 +84,7 @@ func TestStringFile(t *testing.T) {
ss = String("file://" + filePath + ".notexist")
result, err = ss.Parse()
_, err = ss.Parse()
if err == nil {
t.Error("Parsing an non-existing file should result an error")