Updating docs

This commit is contained in:
Mike Farah
2022-01-27 17:22:27 +11:00
parent b2a93930d0
commit 5db42a122a
57 changed files with 389 additions and 370 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ setUp() {
}
testBasicEvalRoundTrip() {
./yq e -n ".a = 123" > test.yml
X=$(./yq e '.a' test.yml)
./yq -n ".a = 123" > test.yml
X=$(./yq '.a' test.yml)
assertEquals 123 "$X"
}