Skip to content
Merged
Changes from all commits
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
5 changes: 4 additions & 1 deletion proto/dev/cel/expr/conformance/simple.proto
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ message SimpleTest {
// The container for name resolution.
string container = 13;

// The locale to use for the evaluation phase.
string locale = 14;

// Variable bindings to use for the eval phase.
map<string, dev.cel.expr.ExprValue> bindings = 7;

Expand All @@ -108,7 +111,7 @@ message SimpleTest {
// (Using explicit message since oneof can't handle repeated.)
UnknownSetMatcher any_unknowns = 12;
}
// Next is 14.
// Next is 15.
}

// Matches error results from Eval.
Expand Down