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

Fix / clarify capabilities API #2952

Merged
merged 23 commits into from
Jun 29, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove unintentional test data
  • Loading branch information
faec committed Jun 27, 2023
commit 080f2a6f9b436968af4c30d2f76bdca5268f7c43
2 changes: 0 additions & 2 deletions internal/pkg/eql/eql_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,6 @@ func TestEql(t *testing.T) {
{expression: "${***} != ${~~~}", err: true},
{expression: "false asdf!@#$", err: true},
{expression: "length('something' 345) > 1000", err: true},

{expression: "startsWith(${null}, '8.9')", allowMissingVars: true, result: false},
}

store := &testVarStore{
Expand Down