mirror of
https://github.com/minio/minio.git
synced 2025-11-09 13:39:46 -05:00
add codespell action (#18818)
Original work here, #18474, refixed and updated.
This commit is contained in:
@@ -202,7 +202,7 @@ type Between struct {
|
||||
}
|
||||
|
||||
// In represents the RHS of an IN expression. The RHS can be a list-literal
|
||||
// (i.e. enclosed in parantheses like `IN (1,2,4)`) or it could be a JSON path
|
||||
// (i.e. enclosed in parentheses like `IN (1,2,4)`) or it could be a JSON path
|
||||
// expression (as in `8.5 IN s.nested[*][*]`). Specifically, it cannot be an
|
||||
// `Expression` as an expression can never evaluate to a list.
|
||||
type In struct {
|
||||
|
||||
@@ -41,7 +41,7 @@ func TestJSONPathElement(t *testing.T) {
|
||||
// Index
|
||||
"[2]", "[0]", "[100]",
|
||||
|
||||
// Object wilcard
|
||||
// Object wildcard
|
||||
".*",
|
||||
|
||||
// array wildcard
|
||||
|
||||
Reference in New Issue
Block a user