Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add trim, ltrim, rtrim functions #512

Merged
merged 2 commits into from
Nov 18, 2023

isEqual and arity fix

551fd6e
Select commit
Loading
Failed to load commit list.
Merged

add trim, ltrim, rtrim functions #512

isEqual and arity fix
551fd6e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 18, 2023 in 0s

62.96% of diff hit (target 79.03%)

View this Pull Request on Codecov

62.96% of diff hit (target 79.03%)

Annotations

Check warning on line 73 in internal/expr/functions/definition.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/expr/functions/definition.go#L73

Added line #L73 was not covered by tests

Check warning on line 148 in internal/expr/functions/strings.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/expr/functions/strings.go#L148

Added line #L148 was not covered by tests

Check warning on line 153 in internal/expr/functions/strings.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/expr/functions/strings.go#L153

Added line #L153 was not covered by tests

Check warning on line 165 in internal/expr/functions/strings.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/expr/functions/strings.go#L165

Added line #L165 was not covered by tests

Check warning on line 180 in internal/expr/functions/strings.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/expr/functions/strings.go#L178-L180

Added lines #L178 - L180 were not covered by tests

Check warning on line 184 in internal/expr/functions/strings.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/expr/functions/strings.go#L182-L184

Added lines #L182 - L184 were not covered by tests

Check warning on line 187 in internal/expr/functions/strings.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/expr/functions/strings.go#L186-L187

Added lines #L186 - L187 were not covered by tests

Check warning on line 192 in internal/expr/functions/strings.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/expr/functions/strings.go#L190-L192

Added lines #L190 - L192 were not covered by tests

Check warning on line 196 in internal/expr/functions/strings.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/expr/functions/strings.go#L196

Added line #L196 was not covered by tests