Skip to content

Commit

Permalink
fix polly sprig functions
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Jan 8, 2025
1 parent da36359 commit ed60f04
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 24 deletions.
10 changes: 0 additions & 10 deletions docs/liquid-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -2275,16 +2275,6 @@ _Implementation_: `github.com/huandu/xstrings.ToSnakeCase`

_Implementation_: `github.com/Masterminds/sprig/v3.sortAlpha`

## `split`







_Implementation_: `github.com/Masterminds/sprig/v3.split`

## `splitList`


Expand Down
5 changes: 5 additions & 0 deletions template/liquid.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ var (
"must_date_modify",
"now",
"uuidv4",
"split",
"join",
"downcase",
"upcase",
"replace",
}

// sprigFunctionNameAliases contains additional aliases for Sprig functions.
Expand Down
14 changes: 0 additions & 14 deletions template/liquid_test.go

This file was deleted.

0 comments on commit ed60f04

Please sign in to comment.