Improve test coverage (#66)

This commit is contained in:
Thomas Pelletier
2016-04-22 14:26:15 +02:00
parent 288bc57940
commit 8d9c606c69
4 changed files with 96 additions and 2 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ func (t *TomlTree) GetPath(keys []string) interface{} {
}
subtree = node[len(node)-1]
default:
return nil // cannot naigate through other node types
return nil // cannot navigate through other node types
}
}
// branch based on final node type