Generic input

Fixes #47
This commit is contained in:
Thomas Pelletier
2016-01-24 20:43:14 +01:00
parent 0488b850c6
commit f963bc320f
5 changed files with 200 additions and 182 deletions
+3 -1
View File
@@ -19,6 +19,8 @@ function git_clone() {
popd
}
go get github.com/pelletier/go-buffruneio
# get code for BurntSushi TOML validation
# pinning all to 'HEAD' for version 0.3.x work (TODO: pin to commit hash when tests stabilize)
git_clone github.com/BurntSushi/toml master HEAD
@@ -66,7 +68,7 @@ else
echo "Invalid Test TOML for $test:"
echo "===="
cat "$invalid_test.toml"
echo "Go-TOML Output for $test:"
echo "===="
echo "go-toml Output:"