From dd89a6d72d2042ff2fb83b3161a621e3336a0c5b Mon Sep 17 00:00:00 2001 From: Alfred Fuller Date: Sat, 1 Jul 2023 11:34:18 -0700 Subject: [PATCH] Add locale for string format tests --- proto/dev/cel/expr/conformance/simple.proto | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/proto/dev/cel/expr/conformance/simple.proto b/proto/dev/cel/expr/conformance/simple.proto index 1c42759e..5dd146b6 100644 --- a/proto/dev/cel/expr/conformance/simple.proto +++ b/proto/dev/cel/expr/conformance/simple.proto @@ -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 bindings = 7; @@ -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.