This commit is contained in:
Mike Farah
2022-10-27 16:16:00 +11:00
parent fd79ac8603
commit b87c1503f4
9 changed files with 57 additions and 11 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ EOL
testEmptyEval() {
X=$(./yq e test.yml)
expected=$(cat test.yml)
expected="# comment"
assertEquals 0 $?
assertEquals "$expected" "$X"
}