Skip to content

Commit e9f15ea

Browse files
authored
Enable two var comprehension conformance tests. (#1255)
1 parent 057fa1a commit e9f15ea

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

conformance/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ _ALL_TESTS = [
1919
"@dev_cel_expr//tests/simple:testdata/lists.textproto",
2020
"@dev_cel_expr//tests/simple:testdata/logic.textproto",
2121
"@dev_cel_expr//tests/simple:testdata/macros.textproto",
22+
"@dev_cel_expr//tests/simple:testdata/macros2.textproto",
2223
"@dev_cel_expr//tests/simple:testdata/math_ext.textproto",
2324
"@dev_cel_expr//tests/simple:testdata/namespace.textproto",
2425
"@dev_cel_expr//tests/simple:testdata/optionals.textproto",

conformance/conformance_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ func init() {
9191
ext.Math(),
9292
ext.Protos(),
9393
ext.Strings(),
94+
ext.TwoVarComprehensions(),
9495
cel.Lib(celBlockLib{}),
9596
cel.EnableIdentifierEscapeSyntax(),
9697
}

0 commit comments

Comments
 (0)