1
0
mirror of https://github.com/taigrr/yq synced 2025-01-18 04:53:17 -08:00

improving docs

This commit is contained in:
Mike Farah 2021-02-05 13:32:07 +11:00
parent e76a2f3de6
commit ca10ede102
3 changed files with 1 additions and 1 deletions

View File

@ -434,5 +434,5 @@ func TestTraversePathOperatorScenarios(t *testing.T) {
for _, tt := range traversePathOperatorScenarios { for _, tt := range traversePathOperatorScenarios {
testScenario(t, &tt) testScenario(t, &tt)
} }
documentScenarios(t, "Traverse", traversePathOperatorScenarios) documentScenarios(t, "Traverse (Read)", traversePathOperatorScenarios)
} }