mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-06 10:04:43 +08:00
enable misspell linter
This commit is contained in:
committed by
Mike Farah
parent
3e82171f18
commit
15d7c9e118
@@ -99,7 +99,7 @@ var stringsOperatorScenarios = []expressionScenario{
|
||||
},
|
||||
{
|
||||
description: "Test using regex",
|
||||
subdescription: "Like jq'q equivalant, this works like match but only returns true/false instead of full match details",
|
||||
subdescription: "Like jq'q equivalent, this works like match but only returns true/false instead of full match details",
|
||||
document: `["cat", "dog"]`,
|
||||
expression: `.[] | test("at")`,
|
||||
expected: []string{
|
||||
|
||||
Reference in New Issue
Block a user